UNPKG

its-just-ui

Version:

ITS Just UI - The easiest and best React UI component library. Modern, accessible, and customizable components built with TypeScript and Tailwind CSS. Simple to use, production-ready components for building beautiful user interfaces with ease.

3 lines (2 loc) 260 B
export { Upload, useUploadContext } from './Upload'; export type { UploadProps, UploadVariant, UploadSize, UploadStatus, UploadStyleProps, FileWithProgress, DropzoneProps, UploadProgressProps, PreviewProps, FileListProps, UploadButtonProps, } from './Upload';