/** * @prettier * @flow */ export interface IProps { scope: string; registryUrl: string; } export interface IState { tabPosition: number; }