ngx-notion
Version:
An Notion page renderer for Angular
11 lines (10 loc) • 441 B
TypeScript
import * as i0 from "@angular/core";
declare type AssetBlockValueType = 'video' | 'image' | 'embed' | 'figma';
export declare class AssetComponent {
id: string;
value: any;
type: AssetBlockValueType;
static ɵfac: i0.ɵɵFactoryDeclaration<AssetComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AssetComponent, "asset", never, { "id": "id"; "value": "value"; "type": "type"; }, {}, never, never>;
}
export {};