UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

7 lines (6 loc) 247 B
import type { ComponentProps } from '../../types'; export type WizardButtonsProps = ComponentProps & { children?: string; }; declare function Buttons(props: WizardButtonsProps): import("react/jsx-runtime").JSX.Element; export default Buttons;