utils.d.ts 128 B

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