diff --git a/registry/schemas/CircleGradientBackground.schema.json b/registry/schemas/CircleGradientBackground.schema.json new file mode 100644 index 0000000..f9e3d18 --- /dev/null +++ b/registry/schemas/CircleGradientBackground.schema.json @@ -0,0 +1,7 @@ +{ + "name": "CircleGradientBackground", + "propsSchema": { + "diagonal?": "'primary' | 'secondary' (default: 'primary')", + "className?": "string" + } +} \ No newline at end of file