export function getPrefixedClassName(className: string) { return `ducky-${className}`; }