wix-style-react
Version:
wix-style-react
13 lines • 432 B
TypeScript
export function InputConsumer({ consumerCompName, children, }: {
consumerCompName?: string | undefined;
children: any;
}): React.JSX.Element;
export namespace InputConsumer {
namespace propTypes {
let children: PropTypes.Validator<any>;
let consumerCompName: PropTypes.Requireable<string>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=InputConsumer.d.ts.map