oui-kit
Version:
🎯 *UI toolkit with a French touch* 🇫🇷
12 lines (11 loc) • 505 B
TypeScript
import { LogOui } from './log';
type __VLS_Props = {
log: LogOui;
showTime?: boolean;
showTag?: boolean;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
showTime: boolean;
showTag: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;