UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

5 lines (4 loc) 132 B
declare const TotalAllocated: ({ totalAllocated, }: { totalAllocated: number; }) => JSX.Element; export default TotalAllocated;