UNPKG

react-native-flip

Version:
7 lines (6 loc) 201 B
import { Formatter } from './Formatter'; /** * TODO: maybe we should not treat internal errors as issues */ declare function createInternalFormatter(): Formatter; export { createInternalFormatter };