antd-library

simple antd library

Usage no npm install needed!

<script type="module">
  import antdLibrary from 'https://cdn.skypack.dev/antd-library';
</script>

README

antd-library

npm package NPM downloads Dependency Status

function library

Usage

npm i --save antd-library

or

yarn add antd-library
import { resetSearchParams } from "antd-library";
resetSearchParams({ name: "crm", age: 18 });
// => { name: undefined, age: undefined }

License

MIT