UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

8 lines (7 loc) 229 B
import React from 'react'; interface Props { placeholder?: string; isRequired?: boolean; } export declare const FileInput: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLInputElement>>; export {};