UNPKG

@nami-ui/stack

Version:
6 lines (5 loc) 190 B
/// <reference types="react" /> export interface StackContextType { direction: 'horizontal' | 'vertical'; } export declare const StackContext: import("react").Context<StackContextType>;