Byteclaw / visage

Visage design system
https://visage.design
MIT License
12 stars 3 forks source link

[FileInput] - incorrect types produced by build #689

Closed michalkvasnicak closed 3 years ago

michalkvasnicak commented 3 years ago
export declare const FileInput: import("@byteclaw/visage-core").VisageComponent<Pick<FileInputProps, string | number> & React.RefAttributes<HTMLInputElement>>;