Skip to content

Commit

Permalink
Export DatePicker. Closes #827.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanreyes committed May 4, 2021
1 parent fdfc73a commit 0661ee7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ export const Popover: Exclude<Plugin['install'], undefined> | DefineComponent;
export const PopoverRow:
| Exclude<Plugin['install'], undefined>
| DefineComponent;

export const DatePicker:
| Exclude<Plugin['install'], undefined>
| DefineComponent;

0 comments on commit 0661ee7

Please sign in to comment.