Variable viewComponentsConst

viewComponents: {
    button: ((t: string, f: Func | AnonymousFunc | FuncCallback, options?: ViewComponentOption) => ViewComponent);
    checkInput: ((options?: ViewComponentOption) => ViewComponent);
    decimalInput: ((options?: ViewComponentOption) => ViewComponent);
    newLine: ((options?: ViewComponentOption) => ViewComponent);
    numberInput: ((options?: ViewComponentOption) => ViewComponent);
    selectInput: ((options?: ViewComponentOption) => ViewComponent);
    sliderInput: ((options?: ViewComponentOption) => ViewComponent);
    text: ((t: string, options?: ViewComponentOption) => ViewComponent);
    textInput: ((options?: ViewComponentOption) => ViewComponent);
    toggleInput: ((options?: ViewComponentOption) => ViewComponent);
} = ...

Type declaration