UNPKG

@cbpds/web-components

Version:
18 lines (17 loc) 468 B
export declare class CbpLoader { host: HTMLElement; progressId: string; variant: "circular" | "linear"; size: "large" | "small"; determinate: boolean; value: number; max: number; orientation: "horizontal" | "vertical"; success: boolean; error: boolean; context: "light-inverts" | "light-always" | "dark-inverts" | "dark-always"; sx: any; componentWillLoad(): void; componentDidLoad(): void; render(): any; }