UNPKG

@atlaskit/renderer

Version:
15 lines (14 loc) 467 B
/** * @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;