export function transformerNotationFocus(  options = {}, ) {  const {    classFocused = 'focused',    classActivePre = 'has-focused',  } = options}