Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / presets / Quantity / renderProps.d.ts
Size: Mime:
import { QuantityProps } from './typings';
declare function defaultRenderIncrementer(props: QuantityProps): JSX.Element;
declare function defaultRenderDropdown(props: QuantityProps): JSX.Element;
declare function defaultRenderTitle(props: QuantityProps): JSX.Element;
declare function defaultRenderContainer(props: QuantityProps): JSX.Element;
declare function defaultRenderWrapper(props: QuantityProps): JSX.Element;
export { defaultRenderIncrementer, defaultRenderDropdown, defaultRenderTitle, defaultRenderContainer, defaultRenderWrapper, };
export default defaultRenderWrapper;