UNPKG

@lxlib/form

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

14 lines (13 loc) 375 B
import { SFSchema } from './schema/index'; import { SFOptionalHelp, SFUISchemaItem } from './schema/ui'; export declare class SFItemWrapComponent { id: string; schema: SFSchema; ui: SFUISchemaItem; showError: boolean; error: string; showTitle: boolean; title: string | null; get t(): string | null | undefined; get oh(): SFOptionalHelp; }