diff --git a/.changeset/shiny-deer-lose.md b/.changeset/shiny-deer-lose.md new file mode 100644 index 00000000000..403390293d8 --- /dev/null +++ b/.changeset/shiny-deer-lose.md @@ -0,0 +1,5 @@ +--- +'@primer/styled-react': patch +--- + +Export TextProps. diff --git a/packages/styled-react/src/index.tsx b/packages/styled-react/src/index.tsx index 0303e82d387..ccbb097bd1b 100644 --- a/packages/styled-react/src/index.tsx +++ b/packages/styled-react/src/index.tsx @@ -294,6 +294,7 @@ export { PageLayout, Select, Text, + type TextProps, Textarea, TextInput, type TextInputProps,