@wjrtest/bc-bl-drawer2
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

download

$ yarn add @wjrtest/bc-bl-drawer
# or
$ npx @wjrtest/bc-bl-drawer

The basic use

API Please refer to the documentation

import BlDrawer from '@wjrtest/bc-bl-drawer';
{visible && (
        <BlDrawer
          visible={visible}
          pid={1}
          zryDays={12}
          hasDetail={true}
          onClose={() => setVisible(false)}
          api={{
            detailAPI: getBlListDetail,
            mockDetailAPI: getBlDetailSimulation,
            flagAPI: getFlag,
            diagsAPI: getCheckSelect,
            operasAPI: getOperationSelect,
            updateBedAPI: updateBedQuitConfig,
            zryListAPI: getBlListZryList,
          }}
        />
      )}

Readme

Keywords

none

Package Sidebar

Install

npm i @wjrtest/bc-bl-drawer2

Weekly Downloads

6

Version

1.0.14

License

ISC

Unpacked Size

229 kB

Total Files

19

Last publish

Collaborators

  • wangjingren