UNPKG

@b1dr/xip-ui

Version:

A UI library for SolidJS with Themescura

7 lines (6 loc) 286 B
import { JSX, ParentProps } from 'solid-js'; /** * Stack in vertical direction * Add a stack-split-child from 'stack.module.css' to the children to separate into top and bottom' */ export declare const Stack: (props: JSX.HTMLAttributes<HTMLDivElement> & ParentProps) => JSX.Element;