vue-devui
Version:
DevUI components based on Vite and Vue3
8 lines (7 loc) • 439 B
TypeScript
import './index.scss';
declare const TimePicker: import("vue").DefineComponent<{
readonly time?: Date | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
readonly time?: Date | undefined;
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default TimePicker;