ngx-notion
Version:
An Notion page renderer for Angular
11 lines (10 loc) • 474 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TableOfContentsComponent implements OnInit {
headings: any[];
items: any[];
ngOnInit(): void;
getHeaderLevel(type: string): number;
static ɵfac: i0.ɵɵFactoryDeclaration<TableOfContentsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TableOfContentsComponent, "table-of-contents", never, { "headings": "headings"; }, {}, never, never>;
}