Files
DefinitelyTyped/react-addons-create-fragment/index.d.ts
2016-05-11 16:32:53 -07:00

11 lines
457 B
TypeScript

// Type definitions for React v0.14 (react-addons-create-fragment)
// Project: http://facebook.github.io/react/
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as React from 'react';
export = createFragment;
declare function createFragment(object: { [key: string]: React.ReactNode }): React.ReactFragment;