UNPKG
tailwind-bevel
Version:
latest (1.5.31)
1.5.31
1.5.30
1.4.30
1.3.30
1.3.29
1.3.28
1.3.27
1.3.26
1.3.25
1.3.24
1.3.23
1.3.22
1.3.21
1.3.2
1.2.2
1.1.2
1.1.1
1.0.1
1.0.0
A tailwind plugin for bevel corners
tailwind-bevel
/
dist
/
index.d.ts
9 lines
(6 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
tailwindcss_types_config
from
'tailwindcss/types/config'
;
declare
const
plugin
: {
handler
: tailwindcss_types_config.
PluginCreator
;
config
?:
Partial
<tailwindcss_types_config.
Config
> |
undefined
; };
export
{ plugin
as
default
};