export interface InputConfig { color?: string; } export const inputConfig: InputConfig = { };