UNPKG

@jnoodle/rc-picker

Version:
8 lines (7 loc) 373 B
/// <reference types="react" /> import { PanelSharedProps } from '../../interface'; export declare type DecadePanelProps<DateType> = PanelSharedProps<DateType>; export declare const DECADE_UNIT_DIFF = 10; export declare const DECADE_DISTANCE_COUNT: number; declare function DecadePanel<DateType>(props: DecadePanelProps<DateType>): JSX.Element; export default DecadePanel;