Repository URL to install this package:
Version:
0.9.6 ▾
|
import React from 'react'
import Transition from './Transition'
import { OverlayTint } from './styled'
import { OverlayProps } from './typings'
export function renderTint(props: OverlayProps) {
return <OverlayTint {...props} />
}