UNPKG

mantine-datepicker-jalali

Version:
7 lines 309 B
import React from 'react'; export interface HeaderTestProps { withNext?: boolean; withPrevious?: boolean; } export declare function itSupportsWithNextPrevious(Component: React.FC<HeaderTestProps>, requiredProps?: Record<string, any>): void; //# sourceMappingURL=it-supports-with-next-previous.d.ts.map