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

13 lines
189 B
JavaScript

/**
* @prettier
* @flow
*/
import type { Styles } from '../../../../types';
export interface IProps {
text: string;
capitalize?: boolean;
weight?: string;
modifiers?: Styles;
}