UNPKG

@mini-markdown-rc/editor

Version:
5 lines (4 loc) 192 B
import { FC } from 'react'; import { ToolbarItem as ToolbarItemType } from '../../types/toolbar'; import { t } from '../../locales'; export declare const ToolbarItem: FC<ToolbarItemType & t>;