ㅇtslint

This commit is contained in:
geek 2017-07-20 14:18:31 +09:00
parent 5b2720776c
commit 6ba1798084

View File

@ -28,8 +28,8 @@ const options = [{ key: 'southkorea', value: '82', text: 'South Korea(82)' },
{ key: 'unitedstates', value: '1', text: 'United States(1)' }]
export class SignUp extends React.Component<any, any> {
constructor(props: any, context: any) {
export class SignUp extends React.Component<Props, State> {
constructor(props?: Props, context?: State) {
super(props, context);
this.state = {