UNPKG

@rws-air/webcomponents

Version:
18 lines 680 B
import { TypographyProps } from '@mui/material/Typography'; import React from 'react'; export interface ZeroWidthSpaceProps extends TypographyProps { /** Data-qa tag to apply to the tooltip */ 'data-qa'?: string; /** Custom CSS classes to pass to the tooltip */ customclasses?: string | string[]; } /** * Inserts a Zero Width Space as a React component * @param props Props to pass to the Zero-Width Space * @example * ```jsx * <ZeroWidthSpace /> * ``` */ export declare const ZeroWidthSpace: React.MemoExoticComponent<({ variant, style, customclasses, "data-qa": dataQa, ...props }: ZeroWidthSpaceProps) => JSX.Element>; //# sourceMappingURL=index.d.ts.map