mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 02:56:23 +08:00
8 lines
189 B
TypeScript
8 lines
189 B
TypeScript
import { SizeDropdownMenu } from './dropdown-menu';
|
|
|
|
export * from './dropdown-menu';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-size-dropdown-menu', SizeDropdownMenu);
|
|
}
|