UNPKG

@focuson/form_components

Version:

Components that can be used by @focuson/forms

6 lines (5 loc) 215 B
export interface ValidationButtonProps<S, C> { id: string; name: string; } export declare function ValidationButton<S, C>({ id, name }: ValidationButtonProps<S, C>): import("react/jsx-runtime").JSX.Element;