Repository URL to install this package:
Version:
0.9.6 ▾
|
import { ReactNode } from 'react'
import { DetailedListProps } from 'molecules/DetailedList'
// export interface SpecificationListRenderProp extends Function {
// (props: SpecificationListProps): ReactNode
// }
export interface SpecificationListProps extends DetailedListProps {}