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

5.1.4 • Public • Published

Installation

npm install --save @types/styled-system__should-forward-prop

Summary

This package contains type definitions for @styled-system/should-forward-prop (https://github.com/styled-system/styled-system/tree/master/packages/should-forward-prop).

Details

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

index.d.ts

type genericShouldForwardProp = (prop: string) => boolean;

export const props: string[];
export function createShouldForwardProp(props: string[]): genericShouldForwardProp;

declare const shouldForwardProp: genericShouldForwardProp;
export default shouldForwardProp;

Additional Details

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

Credits

These definitions were written by Tom Picton, and Jason Maurer.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/styled-system__should-forward-prop

Weekly Downloads

23,664

Version

5.1.4

License

MIT

Unpacked Size

3.5 kB

Total Files

5

Last publish

Collaborators

  • types