mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-25 15:24:15 +00:00
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
import * as React from 'react';
|
|
|
|
export default class Test extends React.Component<{prop1: string, prop2: number}> {}
|