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

17 lines (16 loc) 528 B
/** * @fileoverview added by tsickle * Generated from: grid/types/grid-footer-positions.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @enum {number} */ var GridFooterPositions = { bottom: 0, top: 1, both: 2, }; export { GridFooterPositions }; GridFooterPositions[GridFooterPositions.bottom] = 'bottom'; GridFooterPositions[GridFooterPositions.top] = 'top'; GridFooterPositions[GridFooterPositions.both] = 'both'; ;