Socket
Socket
Sign inDemoInstall

@rmwc/types

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/types - npm Package Compare versions

Comparing version 5.0.2-alpha.0 to 5.0.3-alpha.0

flow-typed/index.js

3

dist/index.d.ts

@@ -35,5 +35,6 @@ /// <reference types="react" />

export declare type TagT = string | React.ComponentType<any>;
export interface ComponentProps<T = any> extends React.HTMLProps<T> {
export interface ComponentProps extends React.HTMLProps<any> {
tag?: TagT;
theme?: ThemePropT;
}
export declare type CustomEventT<T> = CustomEvent<T> & React.SyntheticEvent<EventTarget>;

@@ -1,4 +0,2 @@

define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
});
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -35,5 +35,6 @@ /// <reference types="react" />

export declare type TagT = string | React.ComponentType<any>;
export interface ComponentProps<T = any> extends React.HTMLProps<T> {
export interface ComponentProps extends React.HTMLProps<any> {
tag?: TagT;
theme?: ThemePropT;
}
export declare type CustomEventT<T> = CustomEvent<T> & React.SyntheticEvent<EventTarget>;
{
"name": "@rmwc/types",
"version": "5.0.2-alpha.0",
"version": "5.0.3-alpha.0",
"description": "RMWC Shared Typescript Types",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/types#readme",
"gitHead": "69fbf9ddbdad8cf2b014443c386e1c125a9cee79"
"gitHead": "32b316530fb6c1c78e2335bc56d9be85e3cb3752"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc