Migrate countdown to storybook
This commit is contained in:
parent
1ca3ec47f8
commit
6aeaabf505
3 changed files with 45 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
// import classNames from 'classnames';
|
||||
|
||||
interface Props {
|
||||
export interface Props {
|
||||
duration: number;
|
||||
expiresAt: number;
|
||||
onComplete?: () => unknown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue