geostyler
Version:
Framework for styling geodata
14 lines (13 loc) • 331 B
TypeScript
/**
* @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;