Socket
Socket
Sign inDemoInstall

@mintlify/components

Package Overview
Dependencies
45
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.1.10

dist/Tabs/index.d.ts

3

dist/index.d.ts

@@ -9,3 +9,4 @@ import { Accordion, AccordionGroup } from "./Accordion";

import { UserDefinedIcon } from "./UserDefinedIcon";
import { Tab, Tabs } from "./Tabs";
import "./css/globals.css";
export { Accordion, AccordionGroup, Button, Card, CardGroup, Info, Warning, Note, Tip, Check, Frame, Param, UserDefinedIcon, };
export { Accordion, AccordionGroup, Button, Card, CardGroup, Info, Warning, Note, Tip, Check, Frame, Param, UserDefinedIcon, Tabs, Tab, };

@@ -12,2 +12,3 @@ /// <reference types="react" />

};
export declare function Param({ name, type, defaultValue, required, hidden, nameClasses, children, }: ParamProps): JSX.Element | null;
export declare function Param(props: ParamProps): JSX.Element;
export declare function ParamField({ name, type, defaultValue, required, hidden, nameClasses, children, }: ParamProps): JSX.Element | null;
{
"name": "@mintlify/components",
"version": "0.1.9",
"version": "0.1.10",
"description": "Open-source library of UI components made with React and TailwindCSS.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc