mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
10
blocksuite/affine/components/src/caption/index.ts
Normal file
10
blocksuite/affine/components/src/caption/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { BlockCaptionEditor } from './block-caption.js';
|
||||
export { BlockCaptionEditor, type BlockCaptionProps } from './block-caption.js';
|
||||
export {
|
||||
CaptionedBlockComponent,
|
||||
SelectedStyle,
|
||||
} from './captioned-block-component.js';
|
||||
|
||||
export function effects() {
|
||||
customElements.define('block-caption-editor', BlockCaptionEditor);
|
||||
}
|
||||
Reference in New Issue
Block a user