UNPKG

blackbull-sdk-polygon

Version:

An SDK for building applications on top of Blackbullswap over Polygon Mainnet

7 lines (6 loc) 219 B
import React from 'react'; export interface Option { keepEmpty?: boolean; } declare const toChildrenArray: (children: React.ReactNode, option?: Option) => React.ReactElement[]; export default toChildrenArray;