Migrate LastSeenIndicator to Storybook
This commit is contained in:
parent
15e817c3e2
commit
58db34c5e8
3 changed files with 33 additions and 16 deletions
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
|
||||
import { LocalizerType } from '../../types/Util';
|
||||
|
||||
type Props = {
|
||||
export type Props = {
|
||||
count: number;
|
||||
i18n: LocalizerType;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue