1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-28 22:15:32 +07:00
verdaccio-ui/src/webui/components/RegistryInfoContent/types.js
2019-04-04 21:23:40 +02:00

14 lines
151 B
JavaScript

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