Migrate Intl to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-20 15:09:46 -07:00 committed by Josh Perez
parent 6aeaabf505
commit f1d04f4751
3 changed files with 85 additions and 69 deletions

View file

@ -5,7 +5,7 @@ import { ReplacementValuesType } from '../types/I18N';
export type FullJSXType = Array<JSX.Element | string> | JSX.Element | string;
interface Props {
export interface Props {
/** The translation string id */
id: string;
i18n: LocalizerType;