Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export FileUploaderHandle type in ui-react-storage #5813

Open
1 of 2 tasks
nam-truong-le opened this issue Sep 19, 2024 · 1 comment
Open
1 of 2 tasks

Export FileUploaderHandle type in ui-react-storage #5813

nam-truong-le opened this issue Sep 19, 2024 · 1 comment
Labels
feature-request Request a new feature Storage An issue or a feature-request for Storage Component

Comments

@nam-truong-le
Copy link

nam-truong-le commented Sep 19, 2024

On which framework/platform would you like to see this feature implemented?

React

Which UI component is this feature-request for?

Storage

Please describe your feature-request in detail.

Hi team, in order to create a typed ref ref = useRef<FileUploaderHandle>(null), the type FileUploaderHandle has to be exported.

Please describe a solution you'd like.

We just need this export in components/FileUploader/index.d.ts.

export { FileUploaderProps, FileUploaderHandle } from './types';

We love contributors! Is this something you'd be interested in working on?

  • 👋 I may be able to implement this feature request.
  • ⚠️ This feature might incur a breaking change.
@nam-truong-le nam-truong-le added the feature-request Request a new feature label Sep 19, 2024
@github-actions github-actions bot added the pending-triage Issue is pending triage label Sep 19, 2024
@esauerbo esauerbo added Storage An issue or a feature-request for Storage Component and removed pending-triage Issue is pending triage labels Sep 19, 2024
@esauerbo
Copy link
Contributor

Hey @nam-truong-le thank you for your feature request. This makes sense to implement, so we're adding it to our project roadmap. We'll update you here once that's been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new feature Storage An issue or a feature-request for Storage Component
Projects
None yet
Development

No branches or pull requests

2 participants