export function prefix(name: string) {
  return `zent-popover-v2-${name}`;
}
