鍒濆鎻愪氦锛氱墰鍙暟鎹鐞嗙郴缁?- 鍖呭惈鍚庣Spring Boot鍜屽墠绔疺ue3椤圭洰
This commit is contained in:
13
admin-system/node_modules/element-plus/lib/components/loading/src/directive.d.ts
generated
vendored
Normal file
13
admin-system/node_modules/element-plus/lib/components/loading/src/directive.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { Directive, UnwrapRef } from 'vue';
|
||||
import type { LoadingOptions } from './types';
|
||||
import type { LoadingInstance } from './loading';
|
||||
declare const INSTANCE_KEY: unique symbol;
|
||||
export type LoadingBinding = boolean | UnwrapRef<LoadingOptions>;
|
||||
export interface ElementLoading extends HTMLElement {
|
||||
[INSTANCE_KEY]?: {
|
||||
instance: LoadingInstance;
|
||||
options: LoadingOptions;
|
||||
};
|
||||
}
|
||||
declare const vLoading: Directive<ElementLoading, LoadingBinding>;
|
||||
export default vLoading;
|
||||
Reference in New Issue
Block a user