Skip to content

Commit 38ec6ad

Browse files
committed
refactor: remove @primereact/types/headless/* export
1 parent c83d57b commit 38ec6ad

75 files changed

Lines changed: 0 additions & 75 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/@primereact/ui/src/accordion/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ export { UIAccordionRoot as AccordionRoot } from './root';
2121

2222
// Re-export types to allow consumers to import from a single entry point
2323
export type * from '@primereact/types/primitive/accordion';
24-
export type * from '@primereact/types/headless/accordion';

packages/@primereact/ui/src/animateonscroll/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ export { UIAnimateOnScroll as AnimateOnScroll } from './UIAnimateOnScroll';
44

55
// Re-export types to allow consumers to import from a single entry point
66
export type * from '@primereact/types/primitive/animateonscroll';
7-
export type * from '@primereact/types/headless/animateonscroll';

packages/@primereact/ui/src/autocomplete/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ export { UIAutoCompleteRoot as AutoCompleteRoot } from './root';
4343

4444
// Re-export types to allow consumers to import from a single entry point
4545
export type * from '@primereact/types/primitive/autocomplete';
46-
export type * from '@primereact/types/headless/autocomplete';

packages/@primereact/ui/src/avatar/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ export { UIAvatarRoot as AvatarRoot } from './root';
66

77
// Re-export types to allow consumers to import from a single entry point
88
export type * from '@primereact/types/primitive/avatar';
9-
export type * from '@primereact/types/headless/avatar';

packages/@primereact/ui/src/avatargroup/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ export { UIAvatarGroup as AvatarGroup } from './UIAvatarGroup';
44

55
// Re-export types to allow consumers to import from a single entry point
66
export type * from '@primereact/types/primitive/avatargroup';
7-
export type * from '@primereact/types/headless/avatargroup';

packages/@primereact/ui/src/badge/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ export { UIBadge as Badge } from './UIBadge';
44

55
// Re-export types to allow consumers to import from a single entry point
66
export type * from '@primereact/types/primitive/badge';
7-
export type * from '@primereact/types/headless/badge';

packages/@primereact/ui/src/breadcrumb/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ export { UIBreadcrumbRoot as BreadcrumbRoot } from './root';
2323

2424
// Re-export types to allow consumers to import from a single entry point
2525
export type * from '@primereact/types/primitive/breadcrumb';
26-
export type * from '@primereact/types/headless/breadcrumb';

packages/@primereact/ui/src/button/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ export { UIButton as Button } from './UIButton';
44

55
// Re-export types to allow consumers to import from a single entry point
66
export type * from '@primereact/types/primitive/button';
7-
export type * from '@primereact/types/headless/button';

packages/@primereact/ui/src/card/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ export { UICardRoot as CardRoot } from './root';
2525

2626
// Re-export types to allow consumers to import from a single entry point
2727
export type * from '@primereact/types/primitive/card';
28-
export type * from '@primereact/types/headless/card';

packages/@primereact/ui/src/carousel/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ export { UICarouselRoot as CarouselRoot } from './root';
2323

2424
// Re-export types to allow consumers to import from a single entry point
2525
export type * from '@primereact/types/primitive/carousel';
26-
export type * from '@primereact/types/headless/carousel';

0 commit comments

Comments
 (0)