Files
d8cbcfc1-cd31-4f78-9837-557…/registry/schemas/TextNumberCount.schema.json
vitalijmulika b37a4ddd3b Initial commit
2026-02-09 19:05:46 +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"
}
}