UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

13 lines (12 loc) 548 B
import type { FullToken, GenerateStyle } from '../../theme'; export interface ComponentToken { } declare type AlertToken = FullToken<'Alert'> & { alertIconSizeLG: 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: string) => import("../../theme").UseComponentStyleResult; export default _default;