UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 268 B
import type { InputSingleChoiceProps } from "../../types/components/options"; declare const InputSingleChoice: import("svelte").Component<InputSingleChoiceProps, {}, "">; type InputSingleChoice = ReturnType<typeof InputSingleChoice>; export default InputSingleChoice;