1
This commit is contained in:
7
admin/node_modules/element-plus/lib/components/slot/src/only-child.d.ts
generated
vendored
Normal file
7
admin/node_modules/element-plus/lib/components/slot/src/only-child.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Ref, VNode } from 'vue';
|
||||
export declare const OnlyChild: import("vue").DefineComponent<{}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
||||
[key: string]: any;
|
||||
}> | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
||||
export type OnlyChildExpose = {
|
||||
forwardRef: Ref<HTMLElement>;
|
||||
};
|
||||
Reference in New Issue
Block a user