@mescius/dsimageviewer
Version:
Document Solutions Image Viewer
11 lines (10 loc) • 368 B
TypeScript
import { ToolbarItemType } from "../../ImageViewer/Models/IImageViewer";
export declare type PaintToolsPluginOptions = {
buttonPosition?: number | false;
fontNames?: string[];
toolbarLayout?: {
effectsTools: ToolbarItemType[] | false;
paintTools: ToolbarItemType[] | false;
textTools: ToolbarItemType[] | false;
};
};