UNPKG

drip-table

Version:

A tiny and powerful enterprise-class solution for building tables.

11 lines (10 loc) 295 B
import './index.less'; import React from 'react'; export interface TagProps { style?: React.CSSProperties; className?: string; color?: string; children?: React.ReactNode; } declare const Tag: React.MemoExoticComponent<(props: TagProps) => React.JSX.Element>; export default Tag;