UNPKG

@limetech/lime-elements

Version:
26 lines 467 B
/** * @exampleComponent limel-example-banner * @slot buttons - Buttons to show in the banner */ export declare class Banner { /** * The text to show on the banner. */ message: string; /** * Set icon for the banner */ icon: string; private isOpen; /** * Open the banner */ open(): Promise<void>; /** * Close the banner */ close(): Promise<void>; render(): any; private renderIcon; } //# sourceMappingURL=banner.d.ts.map