UNPKG

blackbull-sdk

Version:

An SDK for building applications on top of Blackbullswap

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;