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