template/packages-user/data-state/src/legacy/index.ts
2026-05-17 16:31:08 +08:00

9 lines
179 B
TypeScript

export function create() {}
export * from './hero';
export * from './interface';
export * from './item';
export * from './move';
export * from './tile';
export * from './utils';