mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-31 02:00:07 +02:00
7 lines
194 B
TypeScript
7 lines
194 B
TypeScript
import Tooltip from '@/features/ui/components/bootstrap-5/tooltip'
|
|
|
|
function OLTooltip(props: React.ComponentProps<typeof Tooltip>) {
|
|
return <Tooltip {...props} />
|
|
}
|
|
|
|
export default OLTooltip
|