utils.d.ts 128 B

12
  1. import { CurrentTime } from '@vant/use';
  2. export declare function parseFormat(format: string, currentTime: CurrentTime): string;