/** * Plugin */ export interface ItemRippleProps { /** * The background color of the ripple. */ color?: string; } export default ItemRippleProps;