UNPKG

zent

Version:

一套前端设计语言和基于React的实现

9 lines (8 loc) 207 B
/// <reference types="react" /> export declare const Swatch: ({ color, style, onClick, title }: { color: any; style: any; onClick: any; title?: any; }) => JSX.Element; export default Swatch;