UEA-PRODEM
This commit is contained in:
+5
@@ -12,6 +12,11 @@ type Sizes = {
|
||||
paddingEnd: number;
|
||||
};
|
||||
};
|
||||
declare module 'react' {
|
||||
interface CSSProperties {
|
||||
[varName: `--radix-${string}`]: string | number | undefined | null;
|
||||
}
|
||||
}
|
||||
declare const createScrollAreaScope: _radix_ui_react_context.CreateScope;
|
||||
type ScrollAreaContextValue = {
|
||||
type: 'auto' | 'always' | 'scroll' | 'hover';
|
||||
|
||||
Reference in New Issue
Block a user