📄 index.d.ts
/home/palash/git/site/node_modules/postcss-focus-visible/dist/index.d.ts
Language: ts • Lines: 6
import type { PluginCreator } from 'postcss';
declare const creator: PluginCreator<{
    preserve?: boolean;
    replaceWith?: string;
}>;
export default creator;