mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 08:06:24 +08:00
7 lines
173 B
TypeScript
7 lines
173 B
TypeScript
export * from './interface';
|
|
export * from './table';
|
|
export * from './table-body';
|
|
export * from './table-cell';
|
|
export * from './table-head';
|
|
export * from './table-row';
|