Skip to content

Commit

Permalink
chore(input-props): Export InputProps type (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomateus authored Oct 21, 2024
1 parent f715432 commit 9228652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export type {
AccordionProps,
DownloadStatus,
InformationBoxProps,
InputProps,
IllustrationKeys,
FileType,
MultiDropzoneProps,
Expand Down
3 changes: 2 additions & 1 deletion src/lib/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DateSelector } from './components/dateSelector';
import { SignaturePad } from './components/signaturePad';
import { AutocompleteAddress } from './components/autocompleteAddress';
import { Input } from './components/input';
import { Input, InputProps } from './components/input';
import {
MultiDropzone,
FileType,
Expand Down Expand Up @@ -96,6 +96,7 @@ export type {
AccordionProps,
IllustrationKeys,
InformationBoxProps,
InputProps,
FileType,
MultiDropzoneProps,
TableHeader,
Expand Down

0 comments on commit 9228652

Please sign in to comment.