web-plus-ui
Version:
vue3+vite+ts+element-plus 组件库
31 lines (30 loc) • 604 B
TypeScript
declare const _default: {
name: string;
props: {
name: {
type: StringConstructor;
default: string;
};
value: {
type: null;
default: string;
};
type: {
type: StringConstructor;
default: string;
};
slot: {
type: BooleanConstructor;
default: boolean;
};
};
setup(props: any): {
isPC: boolean;
valueName: any;
};
created(): void;
methods: {
getIsPc(): boolean;
};
};
export default _default;