Files
1c8a35fc-1dd5-4b4c-b9d0-af0…/registry/schemas/TextNumberCount.schema.json
Nikolay Pecheniev d36f37b57b Initial commit
2026-03-02 15:38:13 +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"
}
}