Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce Box component #DS-1595
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Dec 31, 2024
1 parent c7b431b commit 8f56f1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/web-react/src/components/Box/useBoxStyleProps.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import classNames from 'classnames';
import { CSSProperties, ElementType } from 'react';
import { ElementType } from 'react';
import { BorderColors, BorderStyles } from '../../constants';
import { BreakpointToken, SpaceToken, SpiritBoxProps } from '../../types';

interface BoxCSSProperties extends CSSProperties {
[key: string]: string | undefined | number;
}

export interface UseBoxStyleProps<T> {
/** className props */
classProps: string;
Expand Down

0 comments on commit 8f56f1f

Please sign in to comment.