function composeClass()

in src/components/Button/index.tsx [18:20]


function composeClass(type?: string) {
  return type && `Btn--${type}`;
}