Files
ISA-Frontend/libs/ui/buttons/src/index.ts

5 lines
159 B
TypeScript

export * from './lib/button.component';
export * from './lib/icon-button.component';
export * from './lib/text-button.component';
export * from './lib/types';