ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
8 lines (7 loc) • 444 B
TypeScript
import type { TypeValues } from "../types";
import * as i0 from "@angular/core";
export declare class TypeLabelSwitchComponent {
type: TypeValues | true | false | string;
static ɵfac: i0.ɵɵFactoryDeclaration<TypeLabelSwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TypeLabelSwitchComponent, "jsv-type-label-switch", never, { "type": { "alias": "type"; "required": true; }; }, {}, never, never, true, never>;
}