# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-px/index.d.ts)
````ts
declare function toPX(str: string, element?: HTMLElement): number | null;

export = toPX;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by [Vindhya Raviraj](https://github.com/vindhya).
