antd
Version:
An enterprise-class UI design language and React components implementation
10 lines (9 loc) • 387 B
TypeScript
import type { CSSProperties } from 'react';
/** Component only token. Which will handle additional calculation of alias token */
export interface ComponentToken {
zIndexPopup: number;
contentBg: string;
contentPadding: CSSProperties['padding'];
}
declare const _default: (prefixCls: string) => import("../../theme/internal").UseComponentStyleResult;
export default _default;