Repository URL to install this package:
|
Version:
2.1.7 ▾
|
import React from 'react';
import { ListWithSeparatorProps } from './typings';
declare class ListWithSeparator extends React.Component<ListWithSeparatorProps> {
static defaultProps: {
separatorColor: string;
};
render(): JSX.Element;
}
export { ListWithSeparator };
export default ListWithSeparator;