UNPKG

geostyler

Version:
14 lines (13 loc) 331 B
/** * @class CardViewUtil */ declare class CardViewUtil { static STYLEVIEW: string; static RULEVIEW: string; static CLASSIFICATIONVIEW: string; static MULTIEDITVIEW: string; static SYMBOLIZERVIEW: string; static FILTEREDITVIEW: string; static ICONLIBRARIESVIEW: string; } export default CardViewUtil;