Skip to content

Commit

Permalink
chore(typescript): added props type for VictoryStack
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Sep 26, 2022
1 parent f77d944 commit 948b77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/victory-stack/src/victory-stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface VictoryStackProps
xOffset?: number;
}

const VictoryStackBase = (initialProps) => {
const VictoryStackBase = (initialProps: VictoryStackProps) => {
// eslint-disable-next-line no-use-before-define
const { role } = VictoryStack;
const { setAnimationState, getAnimationProps, getProps } =
Expand Down

0 comments on commit 948b77e

Please sign in to comment.