UNPKG

ketcher-core

Version:
7 lines (6 loc) 119 B
export declare enum Axis { x = "x", y = "y", z = "z" } export declare type Axises = 'x' | 'y' | 'z';