Socket
Socket
Sign inDemoInstall

dialog-react-library-bd

Package Overview
Dependencies
9
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

15

dist/dialog-react-library-bd.d.ts
import { ComponentProps } from 'react';
import { JSX as JSX_2 } from 'react/jsx-runtime';
export declare const Button: ({ ...props }: ButtonProps) => JSX_2.Element;
export declare const Button: ({ triggerFn, ...props }: CustomButtonProps) => JSX_2.Element;
declare type ButtonProps = ComponentProps<"button">;
declare type CustomButtonProps = ButtonProps & {
triggerFn: () => void;
};
declare type CustomDialogProps = dialogProps & {
classNameTrigger?: string;
triggerName?: string;
};
export declare const Dialog: ({ triggerName, classNameTrigger, className, ...props }: CustomDialogProps) => JSX_2.Element;
declare type dialogProps = ComponentProps<"dialog">;
export { }

2

package.json
{
"name": "dialog-react-library-bd",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc