first commit
This commit is contained in:
26
frontend/node_modules/antd/es/alert/style/index.d.ts
generated
vendored
Normal file
26
frontend/node_modules/antd/es/alert/style/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import type { CSSProperties } from 'react';
|
||||
import type { FullToken, GenerateStyle, GetDefaultToken } from '../../theme/internal';
|
||||
export interface ComponentToken {
|
||||
/**
|
||||
* @desc 默认内间距
|
||||
* @descEN Default padding
|
||||
*/
|
||||
defaultPadding: CSSProperties['padding'];
|
||||
/**
|
||||
* @desc 带有描述的内间距
|
||||
* @descEN Padding with description
|
||||
*/
|
||||
withDescriptionPadding: CSSProperties['padding'];
|
||||
/**
|
||||
* @desc 带有描述时的图标尺寸
|
||||
* @descEN Icon size with description
|
||||
*/
|
||||
withDescriptionIconSize: number;
|
||||
}
|
||||
type AlertToken = FullToken<'Alert'> & {};
|
||||
export declare const genBaseStyle: GenerateStyle<AlertToken>;
|
||||
export declare const genTypeStyle: GenerateStyle<AlertToken>;
|
||||
export declare const genActionStyle: GenerateStyle<AlertToken>;
|
||||
export declare const prepareComponentToken: GetDefaultToken<'Alert'>;
|
||||
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user