UNPKG

hh-ui-components

Version:
12 lines (11 loc) 237 B
import React from "react"; interface Color { colors: any; color: string; setDetail: any; search?: boolean; handle?: string; collectionHandle?: string; } declare const Color: React.FC<Color>; export default Color;