htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
Other
4.9k stars 309 forks source link

plugin.ts file missing type definition #478

Open joelthorner opened 1 month ago

joelthorner commented 1 month ago

Summary

The plugin.ts file is missing a type definition on line 267.

Steps to Reproduce

When I make a build in react, it crashes when it reaches that line because it is missing the type IAddVariantOptions.

https://github.com/htmlstreamofficial/preline/blob/0c521a3c454f2ce345cad137473b77a89ed50a33/plugin.ts#L267C1-L268C1

image

Demo Link

/

Expected Behavior

No response

Actual Behavior

No response

Screenshots

No response

thebossza101 commented 1 month ago

same issue in nextjs build