storybook-i18n
Version:
Tool to set the locale in Storybook for i18n
11 lines (8 loc) • 317 B
TypeScript
import React from 'react';
import { API_HashEntry } from 'storybook/internal/types';
/**
* This opt-in helper can be manually imported by your users who want to
* use it, and ignored by those who don't.
*/
declare function renderLabel(item: API_HashEntry): React.JSX.Element | undefined;
export { renderLabel };