UNPKG

@ant-design/pro-flow

Version:
6 lines (5 loc) 250 B
/// <reference types="react" /> import { ControlInputProps } from "../ControlInput"; export type EditableTextProps = ControlInputProps; declare const EditableText: import("react").NamedExoticComponent<ControlInputProps>; export default EditableText;