UNPKG

ketcher-react

Version:
5 lines (4 loc) 458 B
/// <reference types="react" /> import { type FloatingToolsCallProps, type FloatingToolsProps } from './FloatingTools'; declare const FloatingToolContainer: import("react-redux").ConnectedComponent<import("react").FC<FloatingToolsProps & FloatingToolsCallProps>, import("react-redux").Omit<FloatingToolsProps & FloatingToolsCallProps, "visible" | "rotateHandlePosition" | "status" | "indigoVerification" | "onAction">>; export { FloatingToolContainer };