Switch to version 2: added registry/schemas/CircleGradientBackground.schema.json

This commit is contained in:
2026-04-17 21:19:13 +00:00
parent 1a08f5fc09
commit 60e326f027

View File

@@ -0,0 +1,7 @@
{
"name": "CircleGradientBackground",
"propsSchema": {
"diagonal?": "'primary' | 'secondary' (default: 'primary')",
"className?": "string"
}
}