import input from './input' export default (config: { colors: string[] }) => { return input(config) }