UNPKG

@nami-ui/stack

Version:
7 lines (6 loc) 281 B
/// <reference types="react" /> import { StackProps } from './stack'; declare type StackSugarProps = Omit<StackProps, 'direction'>; export declare function HStack(props: StackSugarProps): JSX.Element; export declare function VStack(props: StackSugarProps): JSX.Element; export {};