@alauda-fe/common
Version:
Alauda frontend team common codes.
12 lines (11 loc) • 326 B
TypeScript
/**
* @packageDocumentation
* @module array-form-table
* @preferred
*/
export * from './form/component';
export * from './key-value-form/component';
export * from './key-value-table/component';
export * from './string-array-form/component';
export * from './base-string-map-form.component';
export * from './form/module';