# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/styled-system__should-forward-prop/index.d.ts)
````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](https://github.com/tpict), and [Jason Maurer](https://github.com/jsonmaur).
