import colors from "./colors"; import usage from "./usage"; import radius from "./radius"; import customImpl from "./custom-impl"; import customStyles from "./custom-styles"; import variants from "./variants"; import withIcon from "./with-icon"; import withAction from "./with-action"; import controlled from "./controlled"; import withoutIcon from "./without-icon"; export const alertContent = { colors, usage, radius, customImpl, customStyles, variants, withIcon, withAction, controlled, withoutIcon, };