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