UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 223 B
import type { TabControlProps } from "../../types/components/tabs"; declare const TabControl: import("svelte").Component<TabControlProps, {}, "">; type TabControl = ReturnType<typeof TabControl>; export default TabControl;