UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

6 lines (5 loc) 242 B
import React from "react"; import { ColorPickerProps } from "./interface"; declare const Component: React.ForwardRefExoticComponent<ColorPickerProps & React.RefAttributes<unknown>>; export default Component; export type { ColorPickerProps };