UNPKG

@plone/volto

Version:
8 lines (7 loc) 249 B
import type { Location } from 'history'; type RouteProps = { history: History; location: Location; }; declare const BlockTypeControlpanel: (props: RouteProps) => import("react/jsx-runtime").JSX.Element; export default BlockTypeControlpanel;