1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-11 22:11:37 +07:00
verdaccio-ui/src/components/Label/types.js

13 lines
189 B
JavaScript
Raw Normal View History

2019-02-03 17:23:33 +07:00
/**
* @prettier
* @flow
*/
import type { Styles } from '../../../../types';
export interface IProps {
text: string;
capitalize?: boolean;
weight?: string;
modifiers?: Styles;
}