const CLASS_PREFIX = 'md-focus-ring';

const STYLE = {
  disabled: `${CLASS_PREFIX}-wrapper-disabled`,
  wrapper: `${CLASS_PREFIX}-wrapper`,
  inset: `${CLASS_PREFIX}-inset`,
};

export { CLASS_PREFIX, STYLE };
