import { FeatureId } from '@/react/portainer/feature-flags/enums'; import { Button } from '@@/buttons'; import { TooltipWithChildren } from '@@/Tip/TooltipWithChildren'; interface Props { featureId: FeatureId; } export function YAMLReplace({ featureId }: Props) { return (
); }