Describe the bug
At first i thought this library didn't have any type definitions, but it appears as if they are only present when using the "advanced" method and not the "simple" method.
To Reproduce
Steps to reproduce the behavior:
import { Button } from "react-bulma-components";
TypeScript will let you know 'Could not find a declaration file for module 'react-bulma-components' '.
In strict mode, it's not possible to compile.
Describe the bug At first i thought this library didn't have any type definitions, but it appears as if they are only present when using the "advanced" method and not the "simple" method.
To Reproduce Steps to reproduce the behavior:
TypeScript will let you know 'Could not find a declaration file for module 'react-bulma-components' '. In strict mode, it's not possible to compile.
Expected behavior Types are present, so it works.
Screenshots
Versions
react-bulma-components:
: 3.4.0bulma
: n/areact
: 16.13.1