UNPKG

@rmwc/base

Version:
11 lines (10 loc) 398 B
import { WithThemeProps as _WithThemeProps } from './with-theme'; export declare const RMWC_VERSION: string; export { default as classNames } from 'classnames'; export * from './PortalContext'; export * from './component'; export * from './foundation-component'; export * from './portal'; export * from './utils'; export * from './with-theme'; export declare type WithThemeProps = _WithThemeProps;