UNPKG

snowpack-plugin-stylus

Version:

Use the Stylus compiler to build .styl files from source

7 lines (6 loc) 192 B
import stylus from 'stylus'; declare type Renderer = ReturnType<typeof stylus>; declare type RenderOptions = Renderer['options']; export interface Options extends RenderOptions { } export {};