Skip to content

Commit

Permalink
refactor(text): add export to TextOptions interface (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps authored Aug 28, 2024
2 parents 06e0c84 + f297f7f commit 58dd8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shoreline/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export type {
export { Tag } from './tag'
export type { TagProps } from './tag'
export { Text } from './text'
export type { TextProps } from './text'
export type { TextProps, TextOptions } from './text'
export { Textarea } from './textarea'
export type { TextareaProps } from './textarea'
export { ToastStack, toast } from './toast'
Expand Down

0 comments on commit 58dd8bd

Please sign in to comment.