UNPKG

376 BTypeScriptView Raw
1import * as React from 'react';
2export interface ListItemProps extends React.HTMLProps<HTMLLIElement> {
3 /** Icon for the list item */
4 icon?: React.ReactNode | null;
5 /** Anything that can be rendered inside of list item */
6 children: React.ReactNode;
7}
8export declare const ListItem: React.FunctionComponent<ListItemProps>;
9//# sourceMappingURL=ListItem.d.ts.map
\No newline at end of file