UNPKG

@indoqa/style-system

Version:

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

7 lines (6 loc) 159 B
import * as React from 'react'; declare type Context = { spacing: string | number; }; export declare const GridContext: React.Context<Context>; export {};