mantine-datepicker-jalali
Version:
jalali datepicker of mantine library
9 lines • 471 B
TypeScript
import React from 'react';
import { TextInputProps, TextInputStylesNames } from '@mantine/core';
export declare type TimeInputStylesNames = TextInputStylesNames;
export interface TimeInputProps extends TextInputProps {
/** Determines whether seconds input should be rendered */
withSeconds?: boolean;
}
export declare const TimeInput: React.ForwardRefExoticComponent<TimeInputProps & React.RefAttributes<HTMLInputElement>>;
//# sourceMappingURL=TimeInput.d.ts.map