ACS-8109: generic button component (#9854)

This commit is contained in:
Denys Vuika
2024-06-28 10:06:37 -04:00
committed by GitHub
parent 6cd2e572d8
commit 3cc571ee32
5 changed files with 252 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
*/
export * from './lib/about/index';
export * from './lib/button/button.component';
export * from './lib/viewer/index';
export * from './lib/toolbar/index';
export * from './lib/pagination/index';