Repository URL to install this package:
|
Version:
0.9.5 ▾
|
import { InputChain } from './InputChain';
export declare const fromPropsToInputChain: (props: any) => InputChain<any, any>;
export declare const isVisible: (isHidden: any) => boolean;
export declare const hasType: (key: any) => any;
export declare const unknown: (key: any, value: any) => void;
export declare const shouldRemap: (key: any) => boolean;