/** * Grid property constants */ export declare class PropertyConstants { /** * Property part divider */ static readonly PROPERTY_DIVIDER = "."; /** * Grid */ static readonly GRID = "grid"; /** * Labeler */ static readonly LABELER = "labeler"; /** * Grids */ static readonly GRIDS = "grids"; /** * Propagate */ static readonly PROPAGATE = "propagate"; /** * Width */ static readonly WIDTH = "width"; /** * Text Size */ static readonly TEXT_SIZE = "text_size"; /** * Buffer */ static readonly BUFFER = "buffer"; /** * Enabled */ static readonly ENABLED = "enabled"; /** * Min Zoom */ static readonly MIN_ZOOM = "min_zoom"; /** * Max Zoom */ static readonly MAX_ZOOM = "max_zoom"; /** * Color */ static readonly COLOR = "color"; /** * Lines */ static readonly LINES = "lines"; } //# sourceMappingURL=PropertyConstants.d.ts.map