ship-gis/node_modules/@csstools/postcss-normalize-display-values/dist/index.d.ts

6 lines
136 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
import type { PluginCreator } from 'postcss';
declare const creator: PluginCreator<{
preserve: boolean;
}>;
export default creator;