UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

3 lines (2 loc) 148 B
export type OnUpdateValue = (value: string & number & boolean) => void; export type OnUpdateValueImpl = (value: string | number | boolean) => void;