UNPKG

@vertical-insure/web-components

Version:

Vertical Insure Web Components using Lit and Open Web Standards

8 lines (7 loc) 262 B
import { SelectedState } from "../selected-state"; import { Policy } from "./policy"; import { PolicyAttributes } from "./policy-attributes"; export type OfferState<T extends PolicyAttributes> = { quote: Policy<T>; selectedState: keyof SelectedState; };