UNPKG

@kbgarcia8/react-dynamic-form

Version:

A form that can be nested with editable, expandable and flexible input-forms

4 lines 279 B
import type { ButtonProps } from "../../../type/propTypes"; declare const Button: ({ onClick, id, buttonType, source, svg, alt, text, className, dataAttributes }: ButtonProps) => import("react/jsx-runtime").JSX.Element; export default Button; //# sourceMappingURL=Button.d.ts.map