UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

6 lines (5 loc) 164 B
/// <reference types="react" /> declare const TotalAllocated: ({ totalAllocated, }: { totalAllocated: number; }) => JSX.Element; export default TotalAllocated;