UNPKG

ngx-json-schema-viewer

Version:
10 lines (9 loc) 470 B
import type { JSONSchema } from '../../types'; import * as i0 from "@angular/core"; export declare class PatternComponent { schema: Exclude<JSONSchema, true | false>; patternLabel: string; get pattern(): string; static ɵfac: i0.ɵɵFactoryDeclaration<PatternComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PatternComponent, "qm-pattern", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }