UNPKG

genie-component-library

Version:

Genie Component Library

7 lines (6 loc) 159 B
export declare class GeniePDF { componentWillLoad(): void; componentDidLoad(): Promise<void>; pdfPath: '../../static/helloworld.pdf'; render(): any; }