Files
copilot-toolbox-template-123/node_modules/antd/lib/date-picker/style/panel.d.ts
2026-01-09 14:52:46 +00:00

7 lines
352 B
TypeScript

import type { CSSObject } from '@ant-design/cssinjs';
import type { GenerateStyle } from '../../theme/internal';
import type { PickerToken, SharedPickerToken } from './token';
export declare const genPanelStyle: (token: SharedPickerToken) => CSSObject;
declare const genPickerPanelStyle: GenerateStyle<PickerToken>;
export default genPickerPanelStyle;