UNPKG

painless-ui

Version:
12 lines (11 loc) 238 B
import React from 'react'; import './Tag.css'; interface TagProps { addons?: any; className?: any; style?: object; addOnsStyle?: object; [key: string]: any; } declare const Tag: React.FC<TagProps>; export default Tag;