1.1.4 • Published 2 years ago

@types/to-px v1.1.4

Weekly downloads
561
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/to-px

Summary

This package contains type definitions for to-px (https://github.com/mikolalysenko/to-px).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-px.

index.d.ts

// Type definitions for to-px 1.1
// Project: https://github.com/mikolalysenko/to-px
// Definitions by: Vindhya Raviraj <https://github.com/vindhya>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function toPX(str: string, element?: HTMLElement): number | null;

export = toPX;

Additional Details

  • Last updated: Sun, 18 Jul 2021 23:31:12 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Vindhya Raviraj.

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago