UNPKG

mantine-datepicker-jalali

Version:
10 lines 343 B
import React from 'react'; interface ChevronProps extends React.ComponentPropsWithoutRef<'svg'> { direction: 'next' | 'previous'; } export declare function Chevron({ direction, style, ...others }: ChevronProps): JSX.Element; export declare namespace Chevron { var displayName: string; } export {}; //# sourceMappingURL=Chevron.d.ts.map