7 lines
209 B
TypeScript
Raw Normal View History

2021-02-20 18:55:36 +01:00
/// <reference types="react" />
export declare const SimpleUrlRenderer: (props: {
target: string;
children: any;
}) => JSX.Element;
export declare function fixupJQueryUrlTags(container: JQuery): void;