UNPKG

@crossed/ui

Version:

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

14 lines (13 loc) 258 B
import { createScope } from "@crossed/core"; const createContext = () => { return { tabsContext: createScope({ variant: "rounded" }), triggerContext: createScope({}) }; }; export { createContext }; //# sourceMappingURL=context.js.map