@geeeger/confirm
TypeScript icon, indicating that this package has built-in type declarations

2.0.7 • Public • Published

confirm

comfirm 模拟

Usage

import confirm from '@geeeger/confirm';

confirm('确定?')
    .then(confirm => {
        if (confirm) {
            // do something
        }
    })

Readme

Keywords

Package Sidebar

Install

npm i @geeeger/confirm

Weekly Downloads

2

Version

2.0.7

License

ISC

Unpacked Size

3.23 kB

Total Files

5

Last publish

Collaborators

  • geeeger