export const elementSymbol = Symbol.for('react.element'); export const memoSymbol = Symbol.for('react.memo'); export const fragmentSymbol = Symbol.for('react.fragment'); export const providerSymbol = Symbol.for('react.provider'); export const contextSymbol = Symbol.for('react.context'); export const forwardRefSymbol = Symbol.for('react.forward_ref'); export const portalSymbol = Symbol.for('react.portal'); export const MATCHES_CLASS = /^class\s/;