mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import input from './input'
|
|
|
|
export default (config: { colors: string[] }) => {
|
|
return input(config)
|
|
}
|