UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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