UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines (7 loc) 268 B
import type { UseComponentStyleResult } from '../../theme'; export interface ComponentToken { zIndexPopup: number; colorBgDefault: string; } declare const _default: (prefixCls: string, injectStyle: boolean) => UseComponentStyleResult; export default _default;