mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-21 05:56:17 +00:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
declare module 'react-linkify' {
|
|
export default class Linkify extends React.Component<any, any> {}
|
|
}
|