mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 01:59:31 +08:00
5 lines
152 B
Text
5 lines
152 B
Text
declare const _exports: {
|
|
explode: (rule: import("postcss").Rule) => void;
|
|
merge: (rule: import("postcss").Rule) => void;
|
|
};
|
|
export = _exports;
|