@seemusic/ui-components
Version:
A Vue 3 UI Library. Uses Composable.
25 lines (24 loc) • 987 B
TypeScript
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
declare const _default: DefineComponent<{
title: {
type: (StringConstructor | ArrayConstructor)[];
default: string;
};
back: {
type: (StringConstructor | ObjectConstructor | NumberConstructor | FunctionConstructor)[];
default: number;
};
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
title: {
type: (StringConstructor | ArrayConstructor)[];
default: string;
};
back: {
type: (StringConstructor | ObjectConstructor | NumberConstructor | FunctionConstructor)[];
default: number;
};
}>>, {
title: string | unknown[];
back: string | number | Function | Record<string, any>;
}, {}>;
export default _default;