Skip to content

Commit

Permalink
fix(action-sheet): add back deprecated ActionSheetOptionStyle type
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jan 4, 2021
1 parent f077528 commit e026425
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action-sheet/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@ export type ActionSheetResult = ShowActionsResult;
* @since 1.0.0
*/
export type ActionSheetOption = ActionSheetSchema;

/**
* @deprecated Use `ActionSheetSchemaStyle`.
* @since 1.0.0
*/
export const ActionSheetOptionStyle = ActionSheetSchemaStyle;

0 comments on commit e026425

Please sign in to comment.