components/Container Types Type definitions from ui/components/Container.tsx ContainerType type ContainerType = "tip" | "warning" | "danger" | "info" | "note"Copy Source