import type { ToolbarItem2 } from "./ToolbarItem2.js"; export type ToolbarState = { /** * Whether the reordering possible on the toolbar */ isReorderDisabled: boolean; /** * Items to be displayed in the toolbar */ left: Array; /** * Items to be displayed in the toolbar */ center: Array; /** * Items to be displayed in the toolbar */ right: Array; }; //# sourceMappingURL=ToolbarState.d.ts.map