accelerator-core
Version:
[](https://travis-ci.org/furkleindustries/accelerator-core)
15 lines (12 loc) • 329 B
text/typescript
/**
* 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;
}