UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

11 lines (10 loc) 333 B
import React from 'react'; import type { ComponentProps } from '../../types'; export type Props = ComponentProps & { children?: React.ReactNode; }; declare function ButtonRow(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace ButtonRow { var _supportsSpacingProps: boolean; } export default ButtonRow;