@cinling/lib
TypeScript icon, indicating that this package has built-in type declarations

11.0.0-alpha.1 • Public • Published

decorators

  • InputBool
import {InputBool} from "@cinling/lib/decorators/InputBool";

class DemoCompoent {
    @InputBool()
    readonly: boolean = flase
}
<Demo readonly></Demo> <!-- 組件中 readonly = true -->
<Demo></Demo> <!-- 組件中 readonly = false -->

Readme

Keywords

none

Package Sidebar

Install

npm i @cinling/lib

Weekly Downloads

0

Version

11.0.0-alpha.1

License

none

Unpacked Size

29.8 kB

Total Files

27

Last publish

Collaborators

  • cinling