Skip to content

Commit

Permalink
fix(createtearsheet): remove unnecessary export for deprecatedProps
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethababu9223 committed Dec 19, 2024
1 parent c317622 commit 4ff8e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ CreateTearsheet = pkg.checkComponentEnabled(CreateTearsheet, componentName);
// is used in preference to relying on function.name.
CreateTearsheet.displayName = componentName;

export const deprecatedProps = {
const deprecatedProps = {
/**
* @deprecated Property replaced by `decorator`
*/
Expand Down

0 comments on commit 4ff8e45

Please sign in to comment.