mantine-datepicker-jalali
Version:
jalali datepicker of mantine library
8 lines • 355 B
TypeScript
import React from 'react';
export interface MonthTestProps {
clearable?: boolean;
clearButtonProps?: Record<string, any>;
rightSection?: React.ReactNode;
}
export declare function itSupportsClearableProps(Component: React.FC<MonthTestProps>, requiredProps?: Record<string, any>): void;
//# sourceMappingURL=it-supports-clearable-props.d.ts.map