Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyadeorukhkar committed Mar 4, 2024
1 parent b36679d commit 0417f68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { castNativeType, makeMotionTime } from '~utils';
import { useTheme } from '~components/BladeProvider';
import getIn from '~utils/lodashButBetter/get';
import type { EasingFactoryFn } from '~tokens/global';
import type { ActionStates } from '~utils/useInteraction';

const StyledBaseInputWrapper = styled(Animated.View)<BaseInputWrapperProps>((props) => ({
...getInputBackgroundAndBorderStyles({
Expand Down

0 comments on commit 0417f68

Please sign in to comment.