UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

5 lines (4 loc) 177 B
import { type TabProps } from '../../index.js'; declare const Tab: import("svelte").Component<TabProps, {}, "activeTab">; type Tab = ReturnType<typeof Tab>; export default Tab;