2 changed files with 11 additions and 7 deletions
@ -0,0 +1,7 @@ |
|||
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