UEA-PRODEM
This commit is contained in:
+5
@@ -7,6 +7,11 @@ import * as VisuallyHiddenPrimitive from '@radix-ui/react-visually-hidden';
|
||||
|
||||
type Orientation = 'vertical' | 'horizontal';
|
||||
type Direction = 'ltr' | 'rtl';
|
||||
declare module 'react' {
|
||||
interface CSSProperties {
|
||||
[varName: `--radix-${string}`]: string | number | undefined | null;
|
||||
}
|
||||
}
|
||||
declare const createNavigationMenuScope: _radix_ui_react_context.CreateScope;
|
||||
type NavigationMenuElement = React.ComponentRef<typeof Primitive.nav>;
|
||||
type PrimitiveNavProps = React.ComponentPropsWithoutRef<typeof Primitive.nav>;
|
||||
|
||||
Reference in New Issue
Block a user