/** * @public */ export type OverlaySizeStrategyRange = { min?: number; max?: number; }; /** * @public */ export type WidthStrategy = 'content' | 'trigger' | OverlaySizeStrategyRange; /** * @public */ export type HeightStrategy = 'content' | 'maxViewport' | OverlaySizeStrategyRange; //# sourceMappingURL=sizing.types.d.ts.map