@goongmaps/goong-map-react-native
Version:
A Goong GL react native module for creating custom maps
30 lines (24 loc) • 501 B
TypeScript
/* eslint-disable */
// DO NOT MODIFY
// THIS FILE IS AUTOGENERATED
export interface ConstantProps {
styletype: string;
payload: {
value: any;
};
}
export interface StyleFunctionProps {
styletype: string;
payload: {
fn: string;
attributeName: string;
stops: any[];
mode: any;
};
}
export interface TransitionProps {
duration: number;
delay: number;
}
export type TranslationProps = { x: number; y: number } | number[];
export interface lightLayerStyleProps {}