UNPKG

rmwc

Version:

A thin React wrapper for Material Design (Web) Components

10 lines (9 loc) 312 B
import * as React from 'react'; export declare type ThemePropsT = { /** A theme option as a string, a space separated string for multiple values, or an array of valid theme options. */ use: string | string[]; }; /** * A Theme Component. */ export declare const Theme: React.ComponentType<ThemePropsT>;