UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

7 lines 273 B
import type { TypographyProps } from '@mui/material'; import React from 'react'; export interface TypographyExProps extends TypographyProps { gradient?: 'text'; } export declare const TypographyEx: React.FC<TypographyExProps>; //# sourceMappingURL=TypographyEx.d.ts.map