minishouyin/node_modules/antd/lib/date-picker/style/index.d.ts

8 lines
511 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import { genPanelStyle } from './panel';
import type { ComponentToken, PanelComponentToken, PickerPanelToken } from './token';
import { initPanelComponentToken, initPickerPanelToken } from './token';
export type { ComponentToken, PanelComponentToken, PickerPanelToken };
export { initPickerPanelToken, initPanelComponentToken, genPanelStyle };
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
export default _default;