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