Files
e5262ada-cfa4-44fa-b8df-ddd…/registry/schemas/TextNumberCount.schema.json
Nikolay Pecheniev 13de47a16f Initial commit
2026-02-04 16:04:20 +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"
}
}