UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

15 lines (12 loc) 329 B
/** * And I hope the junkyard a few blocks from here * Someday burns down * And I hope the rising black smoke carries me far away * And I never come back to this town again in my life */ import { ReactNoOutput, } from '../typeAliases/ReactNoOutput'; export interface INoChildren { readonly children?: ReactNoOutput; }