Skip to content

Commit

Permalink
feat: Add additional argument types in story
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Bruno de Oliveira committed Jul 31, 2024
1 parent 461a9b1 commit 8e55db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/DialogContinueSession/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ export default {
},
argTypes: Playground(
{
cancellationText: { type: 'string' },
confirmationText: { type: 'string' },
expiresAt: { type: 'Date' },
onContinue: { action: 'onContinue' },
onExpire: { action: 'onExpire' },
title: { type: 'string' },
},
DialogContinueSession,
),
Expand Down

0 comments on commit 8e55db9

Please sign in to comment.