@types/styled-system__props
TypeScript icon, indicating that this package has built-in type declarations

5.1.3 • Public • Published

Installation

npm install --save @types/styled-system__props

Summary

This package contains type definitions for @styled-system/props (https://github.com/styled-system/styled-system).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/styled-system__props.

index.d.ts

export {};

interface PropsMap {
    [key: string]: any;
}

export function omit(props: PropsMap): PropsMap;

export function pick(props: PropsMap): PropsMap;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Kadoshms.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/styled-system__props

Weekly Downloads

219

Version

5.1.3

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • types