Repository URL to install this package:
|
Version:
2.8.4 ▾
|
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, };