Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit fa3c876

Browse files
Update Text.tsx
1 parent e81162a commit fa3c876

File tree

1 file changed

+1
-0
lines changed
  • packages/components/src/primal/text

1 file changed

+1
-0
lines changed

packages/components/src/primal/text/Text.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface Props extends TypographyProps {
1010
testid?: string;
1111
values?: { [x: string]: string | number };
1212
ns?: string;
13+
as?: string;
1314
}
1415

1516
const Text = ({ children, testid, values, ns, ...rest }: Props) => {

0 commit comments

Comments
 (0)