UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 271 B
import { SpaceAllProps } from '../../../../../components/Space'; export type Props = SpaceAllProps & { onEdit?: () => void; onDone?: () => void; onCancel?: () => void; }; export default function Toolbar(props: Props): import("react/jsx-runtime").JSX.Element;