const COMPONENT_PREFIX = 'b' export const getComponentPrefix = (): string => { return `${COMPONENT_PREFIX}-` }