mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
feat(react): React Router Enhancements (#21693)
This commit is contained in:
@ -16,6 +16,7 @@ export const createForwardRef = <PropType, ElementType>(ReactComponent: any, dis
|
||||
|
||||
export * from './attachProps';
|
||||
export * from './case';
|
||||
export * from './ionRenderToString';
|
||||
|
||||
export const isPlatform = (platform: Platforms) => {
|
||||
return isPlatformCore(window, platform);
|
||||
|
Reference in New Issue
Block a user