neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
14 lines • 465 B
TypeScript
import { member } from "../../../core";
export interface ColorToHexCodeInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Color?: member<any>;
ShortForm?: member<any>;
IncludeAlpha?: member<any>;
Prefix?: member<any>;
}
export declare function ColorToHexCode(props: ColorToHexCodeInput): any;
//# sourceMappingURL=ColorToHexCode.d.ts.map