UNPKG

@seemusic/ui-components

Version:

A Vue 3 UI Library. Uses Composable.

16 lines (15 loc) 583 B
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _default: DefineComponent<{ title: { type: StringConstructor; default: string; }; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ title: { type: StringConstructor; default: string; }; }>>, { title: string; }, {}>; export default _default;