UNPKG

@zendeskgarden/react-tabs

Version:

Components and render prop containers relating to the Garden Design System.

11 lines (10 loc) 350 B
/** * Copyright Zendesk, Inc. * * Use of this source code is governed under the Apache License, Version 2.0 * found at http://www.apache.org/licenses/LICENSE-2.0. */ export { Tab } from './elements/Tab.js'; export { TabList } from './elements/TabList.js'; export { TabPanel } from './elements/TabPanel.js'; export { Tabs } from './elements/Tabs.js';