@salla.sa/twilight-components
Version:
Salla Web Component
26 lines (25 loc) • 557 B
TypeScript
/**
* @slot app - Replaces app item, has replaceable props `{icon}`, `{name}`.
*/
export declare class SallaAppsIcons {
constructor();
private readonly appSlot;
host: HTMLElement;
apps: any;
/**
* Flag to show or hide title.
*/
hideTitle: boolean;
/**
* The title to display.
*/
appsTitle: string;
/**
* Display flag to horizontal/vertical.
*/
vertical: boolean;
private getAppsArray;
componentWillLoad(): Promise<unknown>;
render(): any;
componentDidRender(): void;
}