mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
declare
|
|
module
|
|
esbuild-sass-plugin
|
|
import { Plugin } from 'esbuild'; export function sassPlugin(options?: any): Plugin;
|