mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:49:29 +08:00
5 lines
277 B
Text
5 lines
277 B
Text
declare function _exports(calc: string, node: import('../parser').CalcNode, originalValue: string, options: {
|
|
precision: number | false;
|
|
warnWhenCannotResolve: boolean;
|
|
}, result: import("postcss").Result, item: import("postcss").ChildNode): string;
|
|
export = _exports;
|