UNPKG

@crossed/styled

Version:

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

20 lines (19 loc) 359 B
import { Registry } from "../Registry"; const WebPlugin = { name: "WebPlugin", test: ["web"], apply: ({ addClassname, styles, isWeb, cache, props }) => { if (isWeb) { Registry.apply(() => styles, { isWeb, props, addClassname, cache }); } } }; export { WebPlugin }; //# sourceMappingURL=Web.js.map