@cbpds/web-components
Version:
Web components for the CBP Design System.
18 lines (17 loc) • 468 B
TypeScript
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;
}