UNPKG

website-session-kit

Version:

A modular and extensible session management toolkit for modern websites.

9 lines (8 loc) 231 B
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;