Commit 6206b0b
Export Animated.Numeric type in public API (#57309)
Summary:
Pull Request resolved: #57309
`Numeric` is defined and exported by `AnimatedImplementation` and re-exported as a named export from `Animated`, but it was missing from the `Animated` namespace object assembled in `AnimatedExports`.
We have usages of this in fbsource, therefore export on the public API for parity.
Changelog:
[General][Added] - **Strict TypeScript API**: Export `Animated.Numeric`
Differential Revision: D109430487
fbshipit-source-id: 3202271cefceb21c6e687b7ecd87c97d8846fb6e1 parent fa8fad8 commit 6206b0b
2 files changed
Lines changed: 13 additions & 3 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
| 1278 | + | |
1278 | 1279 | | |
1279 | 1280 | | |
1280 | 1281 | | |
| |||
1431 | 1432 | | |
1432 | 1433 | | |
1433 | 1434 | | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
1434 | 1444 | | |
1435 | 1445 | | |
1436 | 1446 | | |
| |||
5910 | 5920 | | |
5911 | 5921 | | |
5912 | 5922 | | |
5913 | | - | |
| 5923 | + | |
5914 | 5924 | | |
5915 | 5925 | | |
5916 | 5926 | | |
| |||
0 commit comments