UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

4 lines (3 loc) 256 B
import type { ComputedRef } from 'vue'; import type { PresetDate } from '../interface'; export default function usePresets<T>(presets?: ComputedRef<PresetDate<T>[]>, legacyRanges?: ComputedRef<Record<string, T | (() => T)>>): ComputedRef<PresetDate<T>[]>;