UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 176 B
/// <reference types="react" /> import { TagProps } from './tag.type'; declare const Tag: { (props: TagProps): JSX.Element; displayName: string; }; export default Tag;