File size: 134 Bytes
bc20498 |
1 2 3 4 |
import type { Transformer, Options } from '../types';
declare const transformer: Transformer<Options.Stylus>;
export { transformer };
|
bc20498 |
1 2 3 4 |
import type { Transformer, Options } from '../types';
declare const transformer: Transformer<Options.Stylus>;
export { transformer };
|