Repository URL to install this package:
|
Version:
2.8.4 ▾
|
import { CommonState } from 'src/state/typings';
import { ToggleListProps, ToggleItemProps } from 'molecules/ToggleList/typings';
export declare type SwatchListState = CommonState;
export declare type SwatchListType = Array<SwatchItemProps>;
export interface SwatchItemProps extends ToggleItemProps {
}
export interface SwatchListProps extends ToggleListProps {
}