Khan/aphrodite

Typescript typings don't include flushToStyleTag

kinoroy opened this issue · 0 comments

The typescript typings file does not include the flushToStyleTag function.

For example the following will currently be an error in Typescript:

import { flushToStyleTag } from 'aphrodite';