import { HighlightDropdownMenu } from './dropdown-menu'; import { HighlightDuotoneIcon } from './highlight-duotone-icon'; import { TextDuotoneIcon } from './text-duotone-icon'; export * from './dropdown-menu'; export * from './highlight-duotone-icon'; export * from './text-duotone-icon'; export function effects() { customElements.define( 'affine-highlight-dropdown-menu', HighlightDropdownMenu ); customElements.define('affine-highlight-duotone-icon', HighlightDuotoneIcon); customElements.define('affine-text-duotone-icon', TextDuotoneIcon); }