UNPKG

328 BTypeScriptView Raw
1// Definitions by: @types/styled-jsx <https://www.npmjs.com/package/@types/styled-jsx>
2
3import { ReactElement } from 'react'
4
5declare function flushToHTML(opts?: { nonce?: string }): string
6declare function flushToReact<T>(opts?: {
7 nonce?: string
8}): Array<ReactElement<T>>
9
10export { flushToHTML }
11export default flushToReact
12
\No newline at end of file