gather-content-ui
Version:
GatherContent UI Library
9 lines • 384 B
TypeScript
import React from "react";
interface Props extends React.FormHTMLAttributes<HTMLFormElement> {
onCancel?: () => void;
escToClose?: boolean;
disabled?: boolean;
}
export declare function Form({ onSubmit, children, onCancel, escToClose, className, disabled, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
export default Form;
//# sourceMappingURL=index.d.ts.map