ngx-notion
Version:
An Notion page renderer for Angular
8 lines (7 loc) • 335 B
TypeScript
import * as i0 from "@angular/core";
export declare class TableComponent {
properties: any;
data: any[];
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "block-table", never, { "properties": "properties"; "data": "data"; }, {}, never, never>;
}