zss-engine
Version:
Zero-runtime StyleSheet Engine
5 lines (4 loc) • 370 B
TypeScript
import type { CSSProperties, CreateStyle } from '../index.js';
declare function splitAtomicAndNested(obj: CSSProperties, flat: CreateStyle, nonFlat: CreateStyle): void;
declare function processAtomicProps(flatProps: CSSProperties, atomicHashes: Set<string>, allStyleSheets: Set<string>, parentAtRule?: string): void;
export { splitAtomicAndNested, processAtomicProps };