common-ui/src/lib/inputs/index.ts
2021-08-25 22:17:20 +03:00

5 lines
216 B
TypeScript

export * from './inputs.module';
export * from './round-checkbox/round-checkbox.component';
export * from './editable-input/editable-input.component';
export * from './input-with-action/input-with-action.component';