UNPKG

gridjs

Version:

Advanced table plugin

6 lines (5 loc) 183 B
export interface HTMLContentProps { content: string; parentElement?: string; } export declare function HTMLElement(props: HTMLContentProps): import("preact").VNode<any>;