UNPKG

storie-component

Version:

A component for ReactJS to display stories

5 lines (4 loc) 230 B
import { StoriesComponent } from "./components/StoriesComponent"; export { StoriesComponent }; export type { TContent, TTypesContent } from "./types"; export type { default as TStoriesComponent } from "./types/TStoriesComponent";