@types/inline-style-prefixer

  • Version 5.0.3
  • Published
  • 3.96 kB
  • No dependencies
  • MIT license

Install

npm i @types/inline-style-prefixer
yarn add @types/inline-style-prefixer
pnpm add @types/inline-style-prefixer

Overview

TypeScript definitions for inline-style-prefixer

Index

Variables

Functions

Interfaces

Type Aliases

Variables

variable prefix

const prefix: Prefix;

    Functions

    function createPrefixer

    createPrefixer: (staticData: StaticData) => Prefix;

      Interfaces

      interface StaticData

      interface StaticData {}

        property plugins

        plugins: Plugin[];

          property prefixMap

          prefixMap: Record<string, string[]>;

            Type Aliases

            type Plugin

            type Plugin = <T>(
            property: string,
            value: number | string | number[] | string[] | T,
            style: T,
            prefixMap?: Record<string, string[]>
            ) => number | string | number[] | string[] | T | undefined;

              type Prefix

              type Prefix = <T>(style: T) => T;

                Package Files (1)

                Dependencies (0)

                No dependencies.

                Dev Dependencies (0)

                No dev dependencies.

                Peer Dependencies (0)

                No peer dependencies.

                Badge

                To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/inline-style-prefixer.

                • Markdown
                  [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/inline-style-prefixer)
                • HTML
                  <a href="https://www.jsdocs.io/package/@types/inline-style-prefixer"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>