mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
5 lines
234 B
TypeScript
5 lines
234 B
TypeScript
import type { PreprocessorGroup, Options } from '../types';
|
|
/** Adapted from https://github.com/TehShrike/svelte-preprocess-postcss */
|
|
declare const _default: (options?: Options.Postcss) => PreprocessorGroup;
|
|
export default _default;
|