index.d.ts 182 Bytes
Newer Older
sin's avatar
sin committed
1 2 3 4 5 6 7
import * as React from 'react';

export interface AuthorityControlProps {
  authKey: string;
}

export default class LoginItem extends React.Component<AuthorityControlProps, any> {}