@vue-interface/activity-indicator
Version:
An Vue activity indicator component.
6 lines (5 loc) • 476 B
TypeScript
export declare const registry: import("@vue-interface/component-registry").ComponentRegistry;
export declare function get(key: string): any;
export declare function register(key: string | object, value: any): import("@vue-interface/component-registry").ComponentRegistry;
export declare function remove(key: string): import("@vue-interface/component-registry").ComponentRegistry;
export declare function reset(): import("@vue-interface/component-registry").ComponentRegistry;