ngx-notion
Version:
An Notion page renderer for Angular
13 lines (12 loc) • 579 B
TypeScript
import { Block, BlockType } from '../../../types/block.type';
import * as i0 from "@angular/core";
export declare class BlockComponent {
block: Block;
previousBlock: Block | null;
headings: any[];
level: number;
BlockType: typeof BlockType;
trackByFn(index: number, block: Block): string;
static ɵfac: i0.ɵɵFactoryDeclaration<BlockComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BlockComponent, "block", never, { "block": "block"; "previousBlock": "previousBlock"; "headings": "headings"; "level": "level"; }, {}, never, never>;
}