INNER CODE UNIT · TypeScript

StyleSheet

nitaliano/react-native-mapbox-gl · index.d.ts:59

    class StyleSheet extends Component {
        static create<T extends NamedStyles<T> | NamedStyles<any>>(styles: T): void;
        camera(stops: { [key: number]: string }, interpolationMode?: InterpolationMode): void;
        source(stops: { [key: number]: string }, attributeName: string, interpolationMode?: InterpolationMode): void;
        composite(stops: { [key: number]: string }, attributeName: string, interpolationMode?: InterpolationMode): void;

        identity(attributeName: string): number;
    }

    class PointAnnotation extends Component<PointAnnotationProps> { }
    class Callout extends Component<CalloutProps> { }

    /**
     * Sources
     */
    class VectorSource extends Component<VectorSourceProps> { }
    class ShapeSource extends Component<ShapeSourceProps> { }
    class RasterSource extends Component<RasterSourceProps> { }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…