UNPKG

400 BTypeScriptView Raw
1import * as React from 'react';
2export interface ActionListItemProps extends React.HTMLProps<HTMLDivElement> {
3 /** Children of the action list item */
4 children?: React.ReactNode;
5 /** Additional classes added to the action list item */
6 className?: string;
7}
8export declare const ActionListItem: React.FunctionComponent<ActionListItemProps>;
9//# sourceMappingURL=ActionListItem.d.ts.map
\No newline at end of file