UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

11 lines 476 B
import type { ListItemButtonProps } from '@mui/material'; import React from 'react'; import type { NavigateOptions, To } from 'react-router-dom'; export interface ListItemButtonExProps extends ListItemButtonProps { target?: string; to?: To; toOptions?: NavigateOptions; } export declare const ListItemButtonExTo: React.FC<ListItemButtonExProps>; export declare const ListItemButtonEx: React.FC<ListItemButtonExProps>; //# sourceMappingURL=ListItemButtonEx.d.ts.map