ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
10 lines (9 loc) • 481 B
TypeScript
import type { JSONSchemaNS } from "../../types";
import * as i0 from "@angular/core";
export declare class ContentSchemaComponent {
schema: JSONSchemaNS.String;
contentSchemaLabel: string;
title: string;
static ɵfac: i0.ɵɵFactoryDeclaration<ContentSchemaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ContentSchemaComponent, "qm-content-schema", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}