@plone/volto
Version:
Volto
8 lines (7 loc) • 368 B
TypeScript
import type { IntlShape } from 'react-intl';
import { type ActionInfo, type ButtonsWidgetProps } from './ButtonsWidget';
export declare const defaultActionsInfo: ({ intl, }: {
intl: IntlShape;
}) => Record<string, ActionInfo>;
declare const BlockWidthWidget: (props: ButtonsWidgetProps) => import("react/jsx-runtime").JSX.Element;
export default BlockWidthWidget;