export type InputValueType = File | File[] | null; export interface VsFileInputStyleSet { backgroundColor?: string; border?: string; borderRadius?: string; dragBackgroundColor?: string; fontColor?: string; fontSize?: string; height?: string; iconBackgroundColor?: string; iconColor?: string; padding?: string; }