import * as React from 'react'; import { css } from '@patternfly/react-styles'; import styles from '@patternfly/react-styles/css/components/SimpleList/simple-list'; import { SimpleListContext } from './SimpleList'; export interface SimpleListItemProps { /** id for the item. */ itemId?: number | string; /** Content rendered inside the SimpleList item */ children?: React.ReactNode; /** Additional classes added to the SimpleList