@difizen/mana-app
Version:
13 lines • 444 B
TypeScript
import type { ToolbarItem } from '@difizen/mana-core';
import type { FC } from 'react';
import type { Toolbar } from './toolbar';
import type { ToolbarItemState } from './toolbar-protocol';
interface ToolbarItemRenderProps {
data: any;
item: ToolbarItem;
toolbar: Toolbar;
state: ToolbarItemState;
}
export declare const ToolbarItemRender: FC<ToolbarItemRenderProps>;
export {};
//# sourceMappingURL=toolbar-item-render.d.ts.map