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-presets / dist / presets / SwatchList / renderProps.d.ts
Size: Mime:
import React from 'react';
import { SelectionState } from '@skava/ui/dist/state/SelectionState';
import { SwatchListProps, SwatchItemProps } from './typings';
declare function defaultRenderSwatchItem(props: SwatchItemProps, index?: number): JSX.Element;
declare function defaultRenderSwatchList(props: SwatchListProps, state?: SelectionState): React.ReactNode[];
declare function defaultRenderListWrapper(props: SwatchListProps): JSX.Element;
export { defaultRenderListWrapper, defaultRenderSwatchList, defaultRenderSwatchItem, };