UNPKG

chakra-ui

Version:

Responsive and accessible React UI components built with React and Emotion

11 lines (8 loc) 180 B
import * as StyledSystem from "styled-system"; interface IIcon { path: JSX.Element; viewBox?: string; } export interface Theme extends StyledSystem.Theme { icons: IIcon; }