1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-30 23:09:44 +07:00
verdaccio-ui/src/webui/components/RegistryInfoContent/types.js

14 lines
151 B
JavaScript
Raw Normal View History

2019-02-03 17:23:33 +07:00
/**
* @prettier
* @flow
*/
export interface IProps {
scope: string;
registryUrl: string;
}
export interface IState {
tabPosition: number;
}