UNPKG

@nami-ui/stack

Version:
5 lines (4 loc) 116 B
import { createContext } from 'react'; export const StackContext = createContext({ direction: 'horizontal', });