@withjoy/joykit
Version:
UI Component Library for Joy web
7 lines (6 loc) • 494 B
TypeScript
import React from 'react';
import { StackProps } from '.';
export declare const getStyledStackVertical: (props: import("styled-components").ThemedStyledProps<StackProps, import("../../common").Theme>) => any;
export declare const StyledStack: import("styled-components").StyledComponent<React.FunctionComponent<StackProps & {
fowardedRef?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
}>, import("../../common").Theme, {}, never>;