import type { Transformer, Options } from '../types'; | |
declare const transformer: Transformer<Options.Less>; | |
export { transformer }; | |
import type { Transformer, Options } from '../types'; | |
declare const transformer: Transformer<Options.Less>; | |
export { transformer }; | |