UNPKG

vuestic-ui

Version:
9 lines (8 loc) 290 B
interface useCounterPropsValidationProps { modelValue: string | number; min?: number | string | undefined; max?: number | string | undefined; step: number | string; } export default function useCounterPropsValidation(props: useCounterPropsValidationProps): void; export {};