UNPKG
@figma-export/output-styles-as-less
Version:
latest (6.4.0)
next (6.2.0-beta.0)
6.4.0
6.2.4
6.2.3
6.2.2
6.2.0
6.2.0-beta.0
6.1.0
6.0.1
6.0.0
6.0.0-beta.0
5.0.1
5.0.0
4.8.0
4.8.0-alpha.4
4.8.0-alpha.3
4.8.0-alpha.2
4.8.0-alpha.1
4.8.0-alpha.0
4.7.0
4.7.0-alpha.0
4.6.0
4.5.0
4.4.0
4.2.0
4.0.1
4.0.0
4.0.0-alpha.1
4.0.0-alpha.0
3.5.0
3.4.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
3.0.0-alpha.5
3.0.0-alpha.4
Outputter for @figma-export that exports styles to LESS
marcomontalbano/figma-exporter
@figma-export/output-styles-as-less
/
dist
/
utils.d.ts
3 lines
•
218 B
TypeScript
View Raw
1
2
3
export
declare
const
writeVariable
:
(
comment
:
string
,
name
:
string
,
value
:
string
) =>
string
;
export
declare
const
writeMap
:
(
comment
:
string
,
name
:
string
,
value
:
string
) =>
string
;
//# sourceMappingURL=utils.d.ts.map