7.2.2 • Published 6 months ago

@types/mapbox__maki v7.2.2

Weekly downloads
11
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/mapbox__maki

Summary

This package contains type definitions for @mapbox/maki (https://github.com/mapbox/maki).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__maki.

index.d.ts

// Type definitions for @mapbox/maki 7.1
// Project: https://github.com/mapbox/maki
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
//                 Michael Bullington <https://github.com/mbullington>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * A pixel-aligned point of interest icon set made for cartographers
 */
declare namespace maki {
    type IconName = string;
    type SvgContent = string;
}

declare const maki: {
    /** Object that can be used to organize and display icons in your app or website */
    layouts: maki.IconName[];
    svgArray: maki.SvgContent[];
};

export = maki;

Additional Details

  • Last updated: Fri, 01 Apr 2022 20:01:44 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Piotr Błażejewicz, and Michael Bullington.

7.2.2

6 months ago

7.2.1

7 months ago

7.2.0

2 years ago

7.1.0

2 years ago

6.2.1

4 years ago

6.2.0

4 years ago