Preview: index.d.ts
Size: 379 B
/home/byroehnu/.trash/node_modules11/css-to-react-native/index.d.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
Directory Contents
Dirs: 1 × Files: 5