FormBuilder/src/public-api.ts

12 lines
282 B
TypeScript

/*
* Public API Surface of form-builder
*/
// Form Builder Module
export * from './lib/form-builder.module';
// TODO: Add exports for typed FormGroup helpers when implemented
// export * from './lib/helpers';
// export * from './lib/types';
// export * from './lib/interfaces';