UNPKG

@base-ui/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

8 lines 182 B
export declare const DEFAULT_SIDES: { readonly sideX: 'left'; readonly sideY: 'top'; }; export type AdaptiveOriginMiddleware = { name: string; fn: (...args: any[]) => any; };