Files
AFFiNE-Mirror/blocksuite/affine/components/src/peek/index.ts
T
2024-12-20 15:38:06 +08:00

9 lines
321 B
TypeScript

export {
getSelectedPeekableBlocksCommand,
peekSelectedBlockCommand,
} from './commands.js';
export { PeekableController } from './controller.js';
export { isPeekable, peek, Peekable } from './peekable.js';
export * from './service.js';
export type { PeekableOptions, PeekOptions, PeekViewService } from './type.js';