mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
refactor(editor): edgeless toolbar chevron down icon (#10898)
This commit is contained in:
7
blocksuite/affine/components/src/toolbar/chevron-down.ts
Normal file
7
blocksuite/affine/components/src/toolbar/chevron-down.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ArrowDownSmallIcon } from '@blocksuite/icons/lit';
|
||||
|
||||
export const EditorChevronDown = ArrowDownSmallIcon({
|
||||
style: 'display: flex;',
|
||||
width: '16px',
|
||||
height: '16px',
|
||||
});
|
||||
@@ -8,6 +8,7 @@ import { EditorToolbarSeparator } from './separator.js';
|
||||
import { EditorToolbar } from './toolbar.js';
|
||||
import { Tooltip } from './tooltip.js';
|
||||
|
||||
export { EditorChevronDown } from './chevron-down.js';
|
||||
export { ToolbarMoreMenuConfigExtension } from './config.js';
|
||||
export { EditorIconButton } from './icon-button.js';
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user