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