UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

12 lines (11 loc) 436 B
/** * @namespace Static * @description Content Only */ import { ImbricateAuthor } from "../../author/definition"; import { IMBRICATE_STATIC_FEATURE } from "../feature"; import { ImbricateStaticFullFeatureBase } from "./full-feature"; export declare abstract class ImbricateStaticContentOnlyBase extends ImbricateStaticFullFeatureBase { readonly supportedFeatures: IMBRICATE_STATIC_FEATURE[]; get author(): ImbricateAuthor; }