@plurid/plurid-ui-components-react
Version:
Plurid User Interface Components for React
14 lines (13 loc) • 768 B
TypeScript
/// <reference types="react" />
declare const toolbars: {
HorizontalToolbarButton: import("react").FC<import("./HorizontalToolbarButton").HorizontalToolbarButtonOwnProperties>;
ToolbarControls: import("react").FC<import("./ToolbarControls").ToolbarControlsOwnProperties>;
ToolbarGeneral: import("react-redux").ConnectedComponent<import("react").FC<import("./ToolbarGeneral").ToolbarGeneralProperties>, {
[x: string]: any;
}>;
ToolbarSpecific: import("react-redux").ConnectedComponent<import("react").FC<import("./ToolbarSpecific").ToolbarSpecificProperties>, {
[x: string]: any;
}>;
VerticalToolbarButton: import("react").FC<import("./VerticalToolbarButton").VerticalToolbarButtonOwnProperties>;
};
export default toolbars;