mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +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}> {}
|