@carto/airship-bridge
Version:
Airship bridge to other libs (CARTO VL, CARTO.js)
10 lines (9 loc) • 323 B
TypeScript
export declare function select(elementOrSelector: string | HTMLElement): HTMLElement;
export declare function getColumnName(columnOrExpression: string | {
propertyName: string;
}): string;
export declare function getExpression(columnOrExpression: string | {
propertyName: string;
}): {
propertyName: string;
};