🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@db-ui/react-elements-enterprise

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-ui/react-elements-enterprise - npm Package Compare versions

Comparing version

to
0.24.7

4

dist/react-component-lib/utils/index.d.ts
import React from 'react';
import type { StyleReactProps } from '../interfaces';
export type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps;
export type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null;
export declare type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps;
export declare type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null;
export declare const setRef: (ref: StencilReactForwardedRef<any> | React.Ref<any> | undefined, value: any) => void;

@@ -6,0 +6,0 @@ export declare const mergeRefs: (...refs: (StencilReactForwardedRef<any> | React.Ref<any> | undefined)[]) => React.RefCallback<any>;

{
"name": "@db-ui/react-elements-enterprise",
"sideEffects": false,
"version": "0.24.6",
"version": "0.24.7",
"description": "React specific wrapper for @db-ui/elements-enterprise",

@@ -53,4 +53,4 @@ "license": "Apache-2.0",

"dependencies": {
"@db-ui/elements-enterprise": "0.24.6"
"@db-ui/elements-enterprise": "0.24.7"
}
}