mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-25 07:47:55 +01:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
|
/**
|
||
|
* This file exports only from files that has exportable types definition or interfaces.
|
||
|
*/
|
||
|
|
||
|
export * from './forms';
|
||
|
export * from './icons';
|
||
|
export * from './misc';
|