@atlaskit/renderer
Version:
Renderer component
15 lines (14 loc) • 467 B
TypeScript
/**
* @jsxRuntime classic
* @jsx jsx
*/
/**
* Emotion branch of the `platform_editor_static_css` experiment.
* Used via `componentWithCondition` in `link.tsx`.
*
* Cleanup: delete this file once the experiment has shipped.
*/
import type { ComponentProps } from 'react';
import { jsx } from '@emotion/react';
import LinkUrl from '@atlaskit/smart-card/link-url';
export declare const LinkUrlEmotion: (props: ComponentProps<typeof LinkUrl>) => jsx.JSX.Element;