mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-03 06:11:45 +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> {}
|
|
}
|