UNPKG

@indoqa/style-system

Version:

A style system for React with Typescript typed theme support and several base components.

5 lines 140 B
import * as React from 'react'; export const GridContext = React.createContext({ spacing: 0, }); //# sourceMappingURL=GridContext.js.map