UNPKG

@crossed/primitive

Version:

A universal & performant styling library for React Native, Next.js & React

10 lines (9 loc) 222 B
import { createScope } from "@crossed/core"; const [ProviderGroup, useContextGroup] = createScope( { orientation: "horizontal" } ); export { ProviderGroup, useContextGroup }; //# sourceMappingURL=contextGroup.js.map