UNPKG

@focuson/form_components

Version:

Components that can be used by @focuson/forms

5 lines (4 loc) 150 B
export declare function GuardButton({ cond, children }: { cond: string[]; children: JSX.Element; }): import("react/jsx-runtime").JSX.Element;