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 / SwatchList.d.ts
Size: Mime:
import React from 'react';
import { SwatchListProps } from './typings';
import { defaultRenderListWrapper, defaultRenderSwatchList, defaultRenderSwatchItem } from './renderProps';
declare class SwatchList extends React.PureComponent<SwatchListProps> {
    static defaultProps: {
        renderItem: typeof defaultRenderSwatchItem;
        renderList: typeof defaultRenderSwatchList;
        renderWrapper: typeof defaultRenderListWrapper;
    };
    render(): JSX.Element;
}
export { SwatchList };
export default SwatchList;