Files
AFFiNE-Mirror/blocksuite/affine/block-table/src/index.ts
T
zzj3720 5a5779c05a feat(editor): simple table block (#9740)
close: BS-2122, BS-2125, BS-2124, BS-2420, PD-2073, BS-2126, BS-2469, BS-2470, BS-2478, BS-2471
2025-01-24 10:07:57 +00:00

6 lines
172 B
TypeScript

export * from './adapters';
export * from './commands.js';
export * from './selection-schema.js';
export * from './table-data-manager.js';
export * from './table-spec.js';