@rws-aoa/react-library
Version:
RWS AOA Design System
12 lines • 406 B
TypeScript
import { TypographyProps } from '@mui/material';
/**
* Inserts a Zero Width Space as a React component
*
* @param props - Props to pass to the Zero-Width Space component
* @example
* ```jsx
* <AoaZeroWidthSpace />
* ```
*/
export declare function AoaZeroWidthSpace({ variant, style, ...props }: TypographyProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ZeroWidthSpace.d.ts.map