fixed: 去掉不用的month schema

This commit is contained in:
徐历敏 2020-10-21 11:54:38 +08:00
parent 1a09fccd6a
commit 5180f7603b

View File

@ -173,17 +173,6 @@ export interface MonthControlSchema extends DateBaseControlSchema {
*/
inputFormat?: string;
/**
*
*
* @default MM
*/
timeFormat?: string;
/**
*
*/
timeConstraints?: any;
}
export interface DateProps extends FormControlProps {