1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-10 05:21:36 +07:00
verdaccio-ui/src/components/Link/types.js

13 lines
160 B
JavaScript
Raw Normal View History

2019-02-03 17:23:33 +07:00
/**
* @prettier
* @flow
*/
import type { Node } from 'react';
export interface IProps {
children?: Node;
to?: string;
blank?: boolean;
}