9 lines
106 B
TypeScript
9 lines
106 B
TypeScript
|
export * from './elements/index';
|
||
|
|
||
|
import * as themelogic from './themelogic';
|
||
|
|
||
|
export {
|
||
|
themelogic
|
||
|
};
|
||
|
|