UNPKG

@didask/scol-r

Version:

Shareable Cross-Origin Learning Resources

7 lines (6 loc) 191 B
export interface HTMLGeneratorProps { dataSource: string; libPath?: string; hashIdentifiers?: boolean; } export declare function HTMLGenerator(props: HTMLGeneratorProps): string;