Socket
Book a DemoInstallSign in
Socket

@easyv/component-types

Package Overview
Dependencies
Maintainers
11
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/component-types

> 在 EasyV 组件开发阶段,提供类型提示

latest
npmnpm
Version
0.0.3
Version published
Maintainers
11
Created
Source

EasyV Component 类型

在 EasyV 组件开发阶段,提供类型提示

使用步骤

  • 1.安装包
npm i @easyv/component-types -D
  • 2.使用
import { EasyVComponentProps } from '@easyv/component-types';

export default (props: EasyVComponentProps) => {
  // ...
};

FAQs

Package last updated on 15 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts