UNPKG

zss-engine

Version:
5 lines (4 loc) 370 B
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 };