/** @jsxImportSource react */ import { VDOM } from "../../ui/Widget"; import { registerIcon } from "./registry"; export default registerIcon( "pixel-picker", ({ key, ...props }: any) => { return ( ); }, true );