30 lines
1.1 KiB
TypeScript
30 lines
1.1 KiB
TypeScript
export declare const G = "G";
|
|
export declare const Svg = "SVG";
|
|
export declare const View = "VIEW";
|
|
export declare const Text = "TEXT";
|
|
export declare const Link = "LINK";
|
|
export declare const Page = "PAGE";
|
|
export declare const Note = "NOTE";
|
|
export declare const Path = "PATH";
|
|
export declare const Rect = "RECT";
|
|
export declare const Line = "LINE";
|
|
export declare const FieldSet = "FIELD_SET";
|
|
export declare const TextInput = "TEXT_INPUT";
|
|
export declare const Select = "SELECT";
|
|
export declare const Checkbox = "CHECKBOX";
|
|
export declare const List = "LIST";
|
|
export declare const Stop = "STOP";
|
|
export declare const Defs = "DEFS";
|
|
export declare const Image = "IMAGE";
|
|
export declare const Tspan = "TSPAN";
|
|
export declare const Canvas = "CANVAS";
|
|
export declare const Circle = "CIRCLE";
|
|
export declare const Ellipse = "ELLIPSE";
|
|
export declare const Polygon = "POLYGON";
|
|
export declare const Document = "DOCUMENT";
|
|
export declare const Polyline = "POLYLINE";
|
|
export declare const ClipPath = "CLIP_PATH";
|
|
export declare const TextInstance = "TEXT_INSTANCE";
|
|
export declare const LinearGradient = "LINEAR_GRADIENT";
|
|
export declare const RadialGradient = "RADIAL_GRADIENT";
|