UEA-PRODEM
This commit is contained in:
+5
@@ -8,6 +8,11 @@ declare const SIDE_OPTIONS: readonly ["top", "right", "bottom", "left"];
|
||||
declare const ALIGN_OPTIONS: readonly ["start", "center", "end"];
|
||||
type Side = (typeof SIDE_OPTIONS)[number];
|
||||
type Align = (typeof ALIGN_OPTIONS)[number];
|
||||
declare module 'react' {
|
||||
interface CSSProperties {
|
||||
[varName: `--radix-${string}`]: string | number | undefined | null;
|
||||
}
|
||||
}
|
||||
declare const createPopperScope: _radix_ui_react_context.CreateScope;
|
||||
interface PopperProps {
|
||||
children?: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user