1
This commit is contained in:
29
admin/node_modules/element-plus/es/components/container/src/aside.vue.d.ts
generated
vendored
Normal file
29
admin/node_modules/element-plus/es/components/container/src/aside.vue.d.ts
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
declare function __VLS_template(): {
|
||||
default?(_: {}): any;
|
||||
};
|
||||
declare const __VLS_component: import("vue").DefineComponent<{
|
||||
/**
|
||||
* @description width of the side section
|
||||
*/
|
||||
width: {
|
||||
type: StringConstructor;
|
||||
default: null;
|
||||
};
|
||||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
/**
|
||||
* @description width of the side section
|
||||
*/
|
||||
width: {
|
||||
type: StringConstructor;
|
||||
default: null;
|
||||
};
|
||||
}>>, {
|
||||
width: string;
|
||||
}>;
|
||||
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
||||
export default _default;
|
||||
type __VLS_WithTemplateSlots<T, S> = T & {
|
||||
new (): {
|
||||
$slots: S;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user