dayjs.d.ts 151 Bytes Raw Blame History Permalink 1 2 3 4 import { Dayjs } from 'dayjs'; import { GenerateConfig } from '.'; declare const generateConfig: GenerateConfig<Dayjs>; export default generateConfig;