mirror of
https://github.com/motajs/template.git
synced 2026-05-02 12:23:13 +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';
|