Migrate Typing/Unsupported/Verification components to Storybook
This commit is contained in:
parent
58844f92ab
commit
45b9bbc837
12 changed files with 217 additions and 183 deletions
|
@ -5,7 +5,7 @@ import { ContactName } from './ContactName';
|
|||
import { Intl } from '../Intl';
|
||||
import { LocalizerType } from '../../types/Util';
|
||||
|
||||
interface ContactType {
|
||||
export interface ContactType {
|
||||
id: string;
|
||||
phoneNumber?: string;
|
||||
profileName?: string;
|
||||
|
@ -27,7 +27,7 @@ type PropsHousekeeping = {
|
|||
i18n: LocalizerType;
|
||||
};
|
||||
|
||||
type Props = PropsData & PropsHousekeeping & PropsActions;
|
||||
export type Props = PropsData & PropsHousekeeping & PropsActions;
|
||||
|
||||
export class UnsupportedMessage extends React.Component<Props> {
|
||||
public render() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue