@figma-export/output-styles-as-less
Version:
Outputter for @figma-export that exports styles to LESS
9 lines • 348 B
TypeScript
import type * as FigmaExport from '@figma-export/types';
type Options = {
output: string;
getFilename?: () => string;
getVariableName?: FigmaExport.GetVariableName;
};
declare const _default: ({ output, getFilename, getVariableName, }: Options) => FigmaExport.StyleOutputter;
export default _default;
//# sourceMappingURL=index.d.ts.map