mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:29:30 +08:00
5 lines
169 B
Text
5 lines
169 B
Text
declare function _exports(prop: string): {
|
|
explode: (rule: import('postcss').Rule) => void;
|
|
merge: (rule: import('postcss').Rule) => void;
|
|
};
|
|
export = _exports;
|