UNPKG

materialuiupgraded

Version:

Material-UI's workspace package

11 lines (6 loc) 344 B
import { StandardProps } from '..'; export interface ListItemSecondaryActionProps extends StandardProps<{}, ListItemSecondaryActionClassKey> {} export type ListItemSecondaryActionClassKey = 'root'; declare const ListItemSecondaryAction: React.ComponentType<ListItemSecondaryActionProps>; export default ListItemSecondaryAction;