Update generated file

pull/282/head
Cory LaViska 2020-11-11 16:52:47 -05:00
rodzic 0e66071def
commit 0e44d0fb7d
1 zmienionych plików z 2 dodań i 2 usunięć

4
src/components.d.ts vendored
Wyświetl plik

@ -510,7 +510,7 @@ export namespace Components {
*/
"type": 'currency' | 'decimal' | 'percent';
/**
* The number to format in bytes.
* The number to format.
*/
"value": number;
}
@ -2095,7 +2095,7 @@ declare namespace LocalJSX {
*/
"type"?: 'currency' | 'decimal' | 'percent';
/**
* The number to format in bytes.
* The number to format.
*/
"value"?: number;
}