Files
huishou/node_modules/licia/css.d.ts
T
2026-07-27 14:07:26 +08:00

7 lines
145 B
TypeScript

declare const css: {
parse(css: string): object;
stringify(stylesheet: object, options?: { indent?: string }): string;
};
export = css;