material-ui-cordova
Version:
React components that implement Google's Material Design.
12 lines (7 loc) • 339 B
TypeScript
import { StandardProps } from '..';
export interface ListItemSecondaryActionProps extends StandardProps<{}, ListItemSecondaryActionClassKey> {}
export type ListItemSecondaryActionClassKey =
| 'root'
;
declare const ListItemSecondaryAction: React.ComponentType<ListItemSecondaryActionProps>;
export default ListItemSecondaryAction;