UNPKG
website-session-kit
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
A modular and extensible session management toolkit for modern websites.
website-session-kit
/
dist
/
ui
/
Line
/
index.d.ts
9 lines
(8 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface Props {
color
?: string;
width
?: string;
height
?: string; margins?: string; } declare const
Line
: ({ margins,
width
,
height
,
color
}: Props) =>
import
(
"react/jsx-runtime"
).JSX.Element; export default
Line
;