Files
498b32d4-be9b-478c-b1b0-ad7…/registry/schemas/TextNumberCount.schema.json
vitalijmulika 3f51cb09b2 Initial commit
2026-02-10 12:08:49 +02:00

15 lines
418 B
JSON

{
"name": "TextNumberCount",
"propsSchema": {
"value": "number",
"startFrom?": "number",
"duration?": "number",
"format?": "Intl.NumberFormatOptions (notation excludes 'scientific' and 'engineering')",
"locales?": "string | string[] | Intl.Locale",
"prefix?": "string",
"suffix?": "string",
"animateOnScroll?": "boolean",
"threshold?": "number",
"className?": "string"
}
}