UNPKG

@claromentis/design-system

Version:

Claromentis Design System Component Library

13 lines (12 loc) 198 B
export declare class InsigniaImage { /** * The image source. */ source: string; /** * The image alternative text. */ alt: string; componentWillLoad(): void; render(): any; }