1.0.0 • Published 2 years ago

@react-modular/types v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@react-modular/types

Features

  • Simple API
  • Comprehensive documentation and test sets
  • Fully customizable
  • Includes TypeScript d.ts files

Install

NPM

npm install @react-modular/types

Yarn

yarn add @react-modular/types

Bundles

esm

import { SystemProps } from '@react-modular/types'

cjs

const { SystemProps } = require('@react-modular/types')

umd

<script src="dist/umd/react-modular-types.min.js"></script>

Tests

jest --coverage

Test Suites: 0 passed, 0 total
Tests:       0 skipped, 0 passed, 0 total
Snapshots:   0 total
Time:        0.000 s
Ran all test suites.
✨  Done in 0.00s.

TypeScript

Using TypeScript? We've got you covered. Check out our d.ts declaration files.

< > with ☕️ by Moa Torres