UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

14 lines (13 loc) 404 B
export interface ComponentToken { headerBg: string; headerFontSize: number; headerFontSizeSM: number; headerHeight: number; headerHeightSM: number; actionsBg: string; actionsLiMargin: string; tabsMarginBottom: number; extraColor: string; } declare const _default: (prefixCls: string) => import("../../theme/internal").UseComponentStyleResult; export default _default;