3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
import { CurrentTime } from '@vant/use';
|
|
export declare function parseFormat(format: string, currentTime: CurrentTime): string;
|