mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 03:27:01 +03:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
export const parser: string;
|
|
export const plugins: {
|
|
'postcss-import': {};
|
|
'postcss-cssnext': {};
|
|
cssnano: {};
|
|
};
|