Frontend/25_01_07/mai/node_modules/postcss-focus-within/dist/index.d.ts

7 lines
163 B
TypeScript
Raw Normal View History

2025-01-28 10:38:27 +00:00
import type { PluginCreator } from 'postcss';
declare const creator: PluginCreator<{
preserve?: boolean;
replaceWith?: string;
}>;
export default creator;