Files
dec7fc4d-1cfe-4d4e-bf61-62e…/registry/schemas/TextNumberCount.schema.json
kudinDmitriyUp f7df407be7 Initial commit
2026-03-16 16:50:16 +00: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"
}
}