import { Popout } from 'shared/components/popout/index.mjs' import { PageLink } from 'shared/components/link.mjs' import { useTranslation } from 'next-i18next' import { RightIcon } from 'shared/components/icons.mjs' export const ns = ['docs'] export const ControlTip = () => { const { t } = useTranslation(ns) return (
{t('controltip.t')}

{t('controltip.d2')}
{t('controltip.d3')}

) }