Fix styleguide: upgrade deps, lock core-js to version babel needs
This commit is contained in:
parent
e5d2952c90
commit
681222c0c0
6 changed files with 2525 additions and 27 deletions
|
@ -17,7 +17,7 @@ export interface Props {
|
|||
onClick?: () => unknown;
|
||||
|
||||
// Matches Popper's RefHandler type
|
||||
innerRef?: (ref: HTMLElement | null) => void;
|
||||
innerRef?: React.Ref<HTMLDivElement>;
|
||||
|
||||
i18n: LocalizerType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue