verdaccio-ui/src/components/Readme/types.js
Priscila Oliveira e2d478d65b initial commit
2019-02-03 17:04:42 +01:00

9 lines
82 B
JavaScript

/**
* @prettier
* @flow
*/
export interface IProps {
description: string;
}