@types/a2hs.js
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

Installation

npm install --save @types/a2hs.js

Summary

This package contains type definitions for a2hs.js (https://github.com/koddr/a2hs.js/).

Details

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

index.d.ts

/**
 * A useful modern JavaScript solution for adding a progressive
 * web application (PWA) to the home screen of your mobile
 * iOS device.
 */
declare function AddToHomeScreen(settings?: AddToHomeScreen.Settings): void;

declare namespace AddToHomeScreen {
    interface Settings {
        /**
         * Background color for container
         * @default '#f9f9f9'
         */
        backgroundColor?: string | undefined;
        /**
         * Padding for container
         * @default '10px'
         */
        padding?: string | undefined;
        /**
         * Shadow color for top of container
         * @default '#e9e9e9'
         */
        shadowColor?: string | undefined;
        /**
         * Shadow size for top of container
         * @default '10px'
         */
        shadowSize?: string | undefined;
        /**
         * Font family for content in container
         * @default '-apple-system, sans-serif'
         */
        fontFamily?: string | undefined;
        /**
         * Font color for content in container
         * @default '#5d5d5d'
         */
        color?: string | undefined;
        /**
         * Font size for content in container
         * @default '0.9rem'
         */
        fontSize?: string | undefined;
        /**
         * Brand for default `htmlContent`
         * @default ''
         */
        brandName?: string | undefined;
        /**
         * Logo for container
         */
        logoImage?: string | undefined;
        /**
         * Content for container with HTML
         */
        htmlContent?: string | undefined;
    }
}
export = AddToHomeScreen;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by Piotr Błażejewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/a2hs.js

Weekly Downloads

76

Version

0.4.4

License

MIT

Unpacked Size

5.81 kB

Total Files

5

Last publish

Collaborators

  • types