mantine-datepicker-jalali
Version:
jalali datepicker of mantine library
10 lines • 343 B
TypeScript
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