UNPKG

finsignal-segment-control

Version:

Segment control and news feed components for React web applications

6 lines (5 loc) 279 B
export { SegmentControl } from './SegmentControl'; export type { SegmentControlProps, SegmentOption } from './SegmentControl'; export { FeedList } from './NewsFeed'; export type { FeedListProps, FeedItem } from './NewsFeed'; export { NewsSnippet } from './snippets/NewsSnippet';