@reactodia/workspace
Version:
Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.
7 lines • 329 B
TypeScript
import { type FormInputSingleProps } from './inputCommon';
export interface FormInputTextProps extends FormInputSingleProps {
multiline?: boolean;
placeholder?: string;
}
export declare function FormInputText(props: FormInputTextProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=formInputText.d.ts.map