UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

12 lines (11 loc) 348 B
export interface ComponentToken { itemColor: string; iconFontSize: number; linkColor: string; linkHoverColor: string; lastItemColor: string; separatorMargin: number; separatorColor: string; } declare const _default: (prefixCls: string) => import("../../theme/internal").UseComponentStyleResult; export default _default;