Repository URL to install this package:
|
Version:
0.9.6 ▾
|
import { ListProps } from 'molecules/List'
export interface ListWithSeparatorProps extends ListProps {
separatorColor?: string
}