Latest updates from IceHrmPro
This commit is contained in:
9
web/node_modules/rc-picker/es/hooks/useValueTexts.d.ts
generated
vendored
Normal file
9
web/node_modules/rc-picker/es/hooks/useValueTexts.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { GenerateConfig } from '../generate';
|
||||
import { Locale } from '../interface';
|
||||
interface ValueTextConfig<DateType> {
|
||||
formatList: string[];
|
||||
generateConfig: GenerateConfig<DateType>;
|
||||
locale: Locale;
|
||||
}
|
||||
export default function useValueTexts<DateType>(value: DateType | null, { formatList, generateConfig, locale }: ValueTextConfig<DateType>): string[];
|
||||
export {};
|
||||
Reference in New Issue
Block a user