UNPKG

@tutim/fields

Version:

form infrastructure for web applications

6 lines (5 loc) 147 B
/// <reference types="react" /> export declare const Button: ({ label, onClick }: { label: string; onClick: () => void; }) => JSX.Element;