export function prefixedClassName(className: string) { return `rkc-${className}`; }