UNPKG

devexpress-diagram

Version:

DevExpress Diagram Control

8 lines (5 loc) 208 B
import { KeySet } from "../ListUtils"; const COLOR_PROPERTIES: KeySet = { "stroke": true, "fill": true }; export function isColorProperty(propName: string) { return COLOR_PROPERTIES[propName]; }