@rmwc/base
Version:
RMWC base module
11 lines (10 loc) • 398 B
TypeScript
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;