0.0.3 • Published 8 months ago

@easyv/component-types v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

EasyV Component 类型

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

使用步骤

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

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

8 months ago

0.0.2

8 months ago

0.0.1

1 year ago