Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@myinterview/component-library

Package Overview
Dependencies
Maintainers
8
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myinterview/component-library - npm Package Compare versions

Comparing version 1.0.38 to 1.0.39

8

dist/atoms/toggles/Checkbox.d.ts
import React from 'react';
import { IBackgroundColors, IColors } from '../../interfaces/variables';
import './checkbox.scss';
export interface ICheckbox extends React.HTMLAttributes<HTMLInputElement> {
value: boolean;
export interface ICheckbox extends React.HTMLAttributes<HTMLDivElement> {
color?: IColors;
backgroundColor?: IBackgroundColors;
borderColor?: IColors;
size?: number | string;
onToggle: (value: boolean) => void;
inputAttributs?: React.InputHTMLAttributes<HTMLInputElement>;
checked?: boolean;
size?: string | number;
}
export declare const Checkbox: React.FC<ICheckbox>;
{
"name": "@myinterview/component-library",
"version": "1.0.38",
"version": "1.0.39",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc