import SlimSelect from './react'

export default SlimSelect

// Re-export classes
export { Settings, Option, Optgroup } from '../index'

// Re-export types
export type { Config, Events } from '../index'
