UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

41 lines 1.15 kB
//#region src/base-ui/Text/style.d.ts declare const styles: { code: string; danger: string; delete: string; disabled: string; ellipsis: string; ellipsisMulti: string; h1: string; h2: string; h3: string; h4: string; h5: string; info: string; italic: string; mark: string; p: string; secondary: string; shiny: string; strong: string; success: string; text: string; underline: string; warning: string; }; declare const variants: (props?: ({ as?: "h1" | "h2" | "h3" | "h4" | "h5" | "p" | null | undefined; code?: boolean | null | undefined; delete?: boolean | null | undefined; disabled?: boolean | null | undefined; ellipsis?: boolean | "multi" | null | undefined; italic?: boolean | null | undefined; mark?: boolean | null | undefined; shiny?: boolean | null | undefined; strong?: boolean | null | undefined; type?: "danger" | "warning" | "success" | "info" | "secondary" | null | undefined; underline?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; //#endregion export { styles, variants }; //# sourceMappingURL=style.d.mts.map