diff --git a/.changeset/gentle-sheep-feel.md b/.changeset/gentle-sheep-feel.md new file mode 100644 index 00000000000..ac381503336 --- /dev/null +++ b/.changeset/gentle-sheep-feel.md @@ -0,0 +1,5 @@ +--- +'@primer/styled-react': patch +--- + +Export TooltipProps, TextInputProps, TokenProps. diff --git a/packages/styled-react/src/deprecated.tsx b/packages/styled-react/src/deprecated.tsx index 7f9c75b5124..bc0a2c05744 100644 --- a/packages/styled-react/src/deprecated.tsx +++ b/packages/styled-react/src/deprecated.tsx @@ -1 +1 @@ -export {Dialog, Octicon, TabNav, Tooltip} from '@primer/react/deprecated' +export {Dialog, Octicon, TabNav, Tooltip, type TooltipProps} from '@primer/react/deprecated' diff --git a/packages/styled-react/src/index.tsx b/packages/styled-react/src/index.tsx index 66763c5389a..6698626f372 100644 --- a/packages/styled-react/src/index.tsx +++ b/packages/styled-react/src/index.tsx @@ -125,8 +125,10 @@ export { Text, Textarea, TextInput, + type TextInputProps, Timeline, Token, + type TokenProps, Tooltip, Truncate, UnderlineNav,