UNPKG
@b1dr/xip-ui
Version:
latest (0.2.0-alpha-2)
0.2.0-alpha-2
0.2.0-alpha-1
0.1.4
A UI library for SolidJS with Themescura
github.com/xypnox/xip
xypnox/xip
@b1dr/xip-ui
/
dist
/
types
/
components
/
card
/
index.d.ts
5 lines
(4 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
import
{
JSX
}
from
'solid-js/jsx-runtime'
;
export
declare
const
Card
:
(
props
: JSX.
HTMLAttributes
<
HTMLDivElement
> & {
class
?:
string
; }
) =>
JSX
.
Element
;