mirror of
https://github.com/motajs/template.git
synced 2026-05-15 13:31:09 +08:00
7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
export * from './elements';
|
|
export * from './props';
|
|
export * from './renderer';
|
|
export * from './tag';
|
|
export * from './types';
|
|
export * from './use';
|