UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

3 lines (2 loc) 102 B
import Color from "color"; export type NodeHighlightColor = "default" | "alternate" | Color | string;