import type { ComponentType, JSX } from 'react'; type AsElementType

= keyof JSX.IntrinsicElements | ComponentType

; type ToProp = { /** * Needed for React Router links * @private */ to?: string; }; export type { AsElementType, ToProp }; //# sourceMappingURL=CommonProps.d.ts.map