UNPKG

@focuson/form_components

Version:

Components that can be used by @focuson/forms

6 lines (5 loc) 188 B
import { NameAnd } from "@focuson/utils"; export declare function ButtonFromPage({ button, buttons }: { button: string | undefined; buttons: NameAnd<JSX.Element>; }): JSX.Element;