Repository URL to install this package:
|
Version:
2.1.0 ▾
|
import { ListProps } from '@skava/ui/dist/components/molecules/List'
export interface ListWithSeparatorProps extends ListProps {
separatorColor?: string
}