import {genSwatchColor} from './src/factory'

export type {
    SwatchColor,
    BRGB, RGB, HSL,
    SwatchColorType
} from './src/types'

export  { genSwatchColor }








