export type Position = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'

export type Type = 'primary' | 'success' | 'danger' | 'warning'
