Type Aliases
DefineWidgetPackageOptions
Authoring options accepted by .
Authoring options accepted by defineWidgetPackage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authoring options accepted by .
type DefineWidgetPackageOptions = DefineWidgetPackageBase<Scope> & { packageStableId: StableId; packageType: "company" } | { packageStableId: StableId; packageType: "droplet" }