eslink-ui-plus
Version:
vue3 component library, css framework
29 lines (28 loc) • 830 B
TypeScript
import { PropType } from "vue";
declare const _default: import("vue").DefineComponent<{
styles: {
type: ObjectConstructor;
default: () => {};
};
config: {
type: PropType<any[]>;
default: () => never[];
};
source: {
type: PropType<any[]>;
default: () => never[];
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
styles?: unknown;
config?: unknown;
source?: unknown;
} & {
styles: Record<string, any>;
source: any[];
config: any[];
} & {}>, {
styles: Record<string, any>;
source: any[];
config: any[];
}>;
export default _default;