芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/stylehacks/types/plugins/important.d.ts
export = Important; declare class Important extends BasePlugin { /** @param {import('postcss').Result=} result */ constructor(result?: import('postcss').Result | undefined); /** * @param {import('postcss').Declaration} decl * @return {void} */ detect(decl: import('postcss').Declaration): void; } import BasePlugin = require("../plugin");