1 changed files with 0 additions and 7 deletions
@ -1,7 +0,0 @@ |
|||||
import * as React from 'react'; |
|
||||
|
|
||||
export interface ILoginTabProps { |
|
||||
key?: string; |
|
||||
tab?: React.ReactNode; |
|
||||
} |
|
||||
export default class LoginTab extends React.Component<ILoginTabProps, any> {} |
|
||||
Loading…
Reference in new issue