Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

3 lines
140 B
TypeScript

import type { StyleProperties } from "../types.js";
export declare function cssToStyleObj(css: string | null | undefined): StyleProperties;