UNPKG

@jnoodle/rc-picker

Version:
7 lines (6 loc) 287 B
/// <reference types="react" /> import { PanelSharedProps } from '../../interface'; export interface QuarterPanelProps<DateType> extends PanelSharedProps<DateType> { } declare function QuarterPanel<DateType>(props: QuarterPanelProps<DateType>): JSX.Element; export default QuarterPanel;