UNPKG

@memberjunction/ng-react

Version:

Angular components for hosting React components in MemberJunction applications

11 lines (10 loc) 382 B
/** * @fileoverview Default styles for React components in MemberJunction. * These styles provide a consistent design system for React components. * @module @memberjunction/ng-react */ import { ComponentStyles } from '@memberjunction/interactive-component-types'; /** * Default styles that match the Skip design system */ export declare const DEFAULT_STYLES: ComponentStyles;