@types/css-to-react-native
Version:
TypeScript definitions for css-to-react-native
31 lines (21 loc) • 1.08 kB
Markdown
# Installation
> `npm install --save @types/css-to-react-native`
# Summary
This package contains type definitions for css-to-react-native (https://github.com/styled-components/css-to-react-native).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/css-to-react-native.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/css-to-react-native/index.d.ts)
````ts
export type StyleTuple = [string, string];
export interface Style {
[key: string]: string | number | Style;
}
export function getPropertyName(name: string): string;
export function getStylesForProperty(name: string, value: string, allowShorthand?: boolean): Style;
export default function transform(styleTuples: StyleTuple[], shorthandBlacklist?: string[]): Style;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: none
# Credits
These definitions were written by [Luiz F. Jacção](https://github.com/jaccao), and [Jacob Parker](https://github.com/jacobp100).