UNPKG

rmwc

Version:

A thin React wrapper for Material Design (Web) Components

12 lines (11 loc) 543 B
/// <reference types="react" /> export { simpleTag } from './simpleTag'; export { SimpleTagPropsT } from './simpleTag'; export { withRipple } from './withRipple'; export { WithRipplePropsT } from './withRipple'; export { withTheme } from './withTheme'; export { WithThemePropsT } from './withTheme'; export { noop } from './utils/noop'; export { randomId } from './utils/randomId'; export { withFoundation, syncFoundationProp } from './withFoundation'; export declare type CustomEventT<T> = CustomEvent<T> & React.SyntheticEvent<EventTarget>;