UNPKG

@plone/volto

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