Tab.d.ts 188 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6 7
import * as React from 'react';

export interface ILoginTabProps {
  key?: string;
  tab?: React.ReactNode;
}
export default class LoginTab extends React.Component<ILoginTabProps, any> {}