naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
10 lines (9 loc) • 516 B
TypeScript
import { type PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
onFocus: PropType<(e: FocusEvent) => void>;
onBlur: PropType<(e: FocusEvent) => void>;
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
onFocus: PropType<(e: FocusEvent) => void>;
onBlur: PropType<(e: FocusEvent) => void>;
}>>, {}, {}>;
export default _default;