/** * Some parts adapted from react-native-web * Copyright (c) Nicolas Gallagher licensed under the MIT license. */ import type { PropMappedValue } from '../types'; export declare function expandStyle(key: string, value: any): PropMappedValue; //# sourceMappingURL=expandStyle.d.ts.map