/** * This file was auto-generated by Fern from our API Definition. */ export type WidgetExpandable = "never" | "mobile" | "desktop" | "always"; export declare const WidgetExpandable: { readonly Never: "never"; readonly Mobile: "mobile"; readonly Desktop: "desktop"; readonly Always: "always"; };