UNPKG
@toriistudio/v0-playground
Version:
latest (0.7.9)
0.7.9
0.7.8
0.7.7
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.5
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.10
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
V0 Playground
github.com/toriistudio/v0-playground
toriistudio/v0-playground
@toriistudio/v0-playground
/
dist
/
preset.d.ts
6 lines
(3 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Config
}
from
'tailwindcss'
;
declare
const
preset
:
Partial
<
Config
>;
export
{ preset
as
default
};