Skip to content

Commit 7569404

Browse files
authored
Remove more dead code (#738)
1 parent da3294e commit 7569404

File tree

3 files changed

+0
-74
lines changed

3 files changed

+0
-74
lines changed

src/private/SpacedHeading.css.ts

-20
This file was deleted.

src/private/SpacedHeading.tsx

-52
This file was deleted.

src/private/types.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import type { Stack } from 'braid-design-system';
22
import type { ComponentProps } from 'react';
33

4-
export type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
5-
64
export type StackChildrenProps = Pick<ComponentProps<typeof Stack>, 'children'>;

0 commit comments

Comments
 (0)