Update documentation

This commit is contained in:
2024-12-01 15:16:30 -05:00
parent b7eed2297a
commit 06069fdcea
6 changed files with 95 additions and 24 deletions

View File

@ -0,0 +1,5 @@
import {VictoryArea} from "victory";
function F() {
return <VictoryArea data={}
}