UNPKG

rmwc

Version:

A thin React wrapper for Material Design (Web) Components

19 lines (12 loc) 540 B
// @flow export { simpleTag } from './simpleTag'; export type { SimpleTagPropsT } from './simpleTag'; export { withRipple } from './withRipple'; export type { WithRipplePropsT } from './withRipple'; export { withTheme } from './withTheme'; export type { WithThemePropsT } from './withTheme'; export { noop } from './utils/noop'; export { randomId } from './utils/randomId'; export { withFoundation, syncFoundationProp } from './withFoundation'; //$FlowFixMe export type CustomEventT<T> = CustomEvent<T> & SyntheticEvent<EventTarget>;