@figma-export/output-components-as-svgstore
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
@@ -1,2 +0,2 @@ | ||
import { FigmaExport } from '@figma-export/types'; | ||
import * as FigmaExport from '@figma-export/types'; | ||
import { Options as SvgStoreOptions } from './svgstore'; | ||
@@ -7,6 +7,6 @@ declare type Options = { | ||
svgstoreConfig?: SvgStoreOptions; | ||
getIconId?: (options: FigmaExport.OutputterParamOption) => string; | ||
getIconId?: (options: FigmaExport.ComponentOutputterParamOption) => string; | ||
}; | ||
declare const _default: ({ output, getIconId, svgstoreConfig, }: Options) => FigmaExport.Outputter; | ||
declare const _default: ({ output, getIconId, svgstoreConfig, }: Options) => FigmaExport.ComponentOutputter; | ||
export = _default; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@figma-export/output-components-as-svgstore", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "Outputter for @figma-export that exports components in svg file ( SVG Sprites )", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@figma-export/types": "^3.0.0-alpha.0", | ||
"@figma-export/types": "^3.0.0-alpha.1", | ||
"make-dir": "~3.1.0", | ||
@@ -26,3 +26,3 @@ "svgstore": "~3.0.0-2" | ||
}, | ||
"gitHead": "05a70e69f8758f8566896d5bb492007aaf423e58" | ||
"gitHead": "37315218c189d05ad1ca8ef48625c114a06f5795" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9421