Conversation
|
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
| Without<BitsPrimitiveDivAttributes, ScrollAreaCornerPropsWithoutHTML>; | ||
|
|
||
| export type _ScrollbarStubProps = Omit<ScrollAreaScrollbarProps, "orientation" | "ref" | "id"> & { | ||
| export type ScrollbarStubProps = Omit<ScrollAreaScrollbarProps, "orientation" | "ref" | "id"> & { |
There was a problem hiding this comment.
noting this here since it seems like it was mistakenly named with a _ prefix
| type _CalendarSingleRootPropsWithoutHTML = CalendarBaseRootPropsWithoutHTML & | ||
| CalendarSingleRootPropsWithoutHTML; | ||
|
|
||
| export type CalendarSingleRootProps = _CalendarSingleRootPropsWithoutHTML & | ||
| Without<BitsPrimitiveDivAttributes, _CalendarSingleRootPropsWithoutHTML>; | ||
|
|
||
| export type _CalendarMultipleRootPropsWithoutHTML = CalendarBaseRootPropsWithoutHTML & | ||
| type _CalendarMultipleRootPropsWithoutHTML = CalendarBaseRootPropsWithoutHTML & |
There was a problem hiding this comment.
these two don't look like they were meant to be exposed
| export type SelectRootProps = SelectRootPropsWithoutHTML; | ||
|
|
||
| export type _SharedSelectContentProps = { | ||
| type _SharedSelectContentProps = { |
There was a problem hiding this comment.
this also looks like it wasn't meant to be exposed
|
Hey @AdrianGonz97 I’m interested in sub-path exports, are you planning to continue this pr? |
No description provided.