mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { TOGGLE_BUTTON_PARENT_CLASS, ToggleButton } from './toggle-button.js';
|
||||
|
||||
export function effects() {
|
||||
customElements.define('blocksuite-toggle-button', ToggleButton);
|
||||
}
|
||||
|
||||
export { TOGGLE_BUTTON_PARENT_CLASS, ToggleButton };
|
||||
Reference in New Issue
Block a user