UNPKG

@indoqa/style-system

Version:

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

3 lines (2 loc) 141 B
import * as React from 'react'; export declare const testGridContext: (spacing: string | number, child: React.ReactNode) => React.ReactNode;