UNPKG

@ucloud-pccl/react-components

Version:
8 lines (7 loc) 311 B
import React from 'react'; declare const uncontrolledDecorator: <T, ChildProps = any>(option?: { valueName?: string; onChangeName?: string | string[]; defaultValueName?: string; }) => (Child: React.ComponentType<ChildProps>) => React.ComponentType<ChildProps>; export default uncontrolledDecorator;