UNPKG
@tenoxui/preset-tailwind
Version:
alpha (1.0.0-alpha.6)
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
Minimal tailwindcss preset for tenoxui
tenoxui.web.app
tenoxui/tenoxui
@tenoxui/preset-tailwind
/
dist
/
lib
/
property
/
background.d.ts
12 lines
(11 loc)
•
272 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Not available (yet) * bg-radial utility * bg-conic utility */
import
type
{
Property
}
from
'@tenoxui/moxie'
;
import
type
{
Classes
}
from
'@tenoxui/types'
;
export
declare
const
background
: {
property
:
(
sizing
:
number
) =>
Property
;
classes
?:
Classes
; };