mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
428 B
TypeScript
10 lines
428 B
TypeScript
// Type definitions for react-tabs-redux 4.0
|
|
// Project: https://github.com/patrik-piskay/react-tabs-redux#readme
|
|
// Definitions by: Anton Bortnikov <https://github.com/ntnbrtnkv>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
export { Tabs, TabsProps } from './Tabs';
|
|
export { TabLink, TabLinkProps } from './TabLink';
|
|
export { TabContent, TabContentProps } from './TabContent';
|