/** * Some parts adapted from react-native-web * Copyright (c) Nicolas Gallagher licensed under the MIT license. */ import type { StyleObject } from '@tamagui/helpers'; import type { ViewStyleWithPseudos } from '../types'; import type { PseudoDescriptor } from './pseudoDescriptors'; export declare function getCSSStylesAtomic(style: ViewStyleWithPseudos): StyleObject[]; export declare const getStyleAtomic: (style: ViewStyleWithPseudos, pseudo?: PseudoDescriptor) => StyleObject[]; export declare function styleToCSS(style: Record): void; //# sourceMappingURL=getCSSStylesAtomic.d.ts.map