@aplus-frontend/antdv
Version:
Vue basic component library maintained based on ant-design-vue
14 lines (13 loc) • 623 B
TypeScript
import type { FullToken, GenerateStyle } from '../../theme/internal';
export interface ComponentToken {
}
type AlertToken = FullToken<'Alert'> & {
alertIconSizeLG: number;
alertPaddingHorizontal: number;
};
export declare const genBaseStyle: GenerateStyle<AlertToken>;
export declare const genTypeStyle: GenerateStyle<AlertToken>;
export declare const genActionStyle: GenerateStyle<AlertToken>;
export declare const genAlertStyle: GenerateStyle<AlertToken>;
declare const _default: (_prefixCls?: import("vue").Ref<string, string>) => import("../../theme/internal").UseComponentStyleResult;
export default _default;