UNPKG

angular-formio

Version:

Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f

9 lines (8 loc) 365 B
import { GridFooterPositions } from './../types/grid-footer-positions'; import { OnInit } from '@angular/core'; import { GridFooterComponent } from '../GridFooterComponent'; export declare class SubmissionGridFooterComponent extends GridFooterComponent implements OnInit { footerPositions: typeof GridFooterPositions; constructor(); ngOnInit(): void; }