@atlaskit/renderer
Version:
Renderer component
14 lines (13 loc) • 427 B
TypeScript
/**
* @jsxRuntime classic
* @jsx jsx
*/
/**
* Compiled 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 LinkUrl from '@atlaskit/smart-card/link-url';
export declare const LinkUrlCompiled: (props: ComponentProps<typeof LinkUrl>) => JSX.Element;