UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

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