UNPKG

@kelvininc/ui-components

Version:
8 lines (7 loc) 210 B
export declare class KvLoader { /** (optional) If `true` the loader is enabled */ isLoading: boolean; /** (optional) If `true` the loader is overlay */ hasOverlay: boolean; render(): any; }