UNPKG

@lobehub/ui

Version:

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

24 lines 654 B
//#region src/types/customStylish.d.ts interface LobeCustomStylish { active: string; blur: string; blurStrong: string; bottomScrollbar: string; disabled: string; gradientAnimation: string; noScrollbar: string; resetLinkColor: string; shadow: string; variantBorderless: string; variantBorderlessDanger: string; variantBorderlessWithoutHover: string; variantFilled: string; variantFilledDanger: string; variantFilledWithoutHover: string; variantOutlined: string; variantOutlinedDanger: string; variantOutlinedWithoutHover: string; } //#endregion export { LobeCustomStylish }; //# sourceMappingURL=customStylish.d.mts.map