handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
26 lines (25 loc) • 452 B
JSON
{
"id": "tooltip",
"group": "Components",
"options": {
"exporter": {
"search": "Tooltip",
"supportedVariantProps": {}
}
},
"parts": [
{
"id": "$",
"tokens": [
{
"from": "FRAME[name='Body']",
"export": ["BACKGROUND", "BORDER", "SPACING"]
},
{
"from": "FRAME[name='Body'] > TEXT",
"export": ["TYPOGRAPHY", "FILL"]
}
]
}
]
}