mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
This commit is contained in:
@ -30,7 +30,7 @@ export * from './IonRedirect';
|
||||
export * from './IonRouterContext';
|
||||
|
||||
// Utils
|
||||
export { isPlatform, getPlatforms, getConfig, ionRenderToString } from './utils';
|
||||
export { isPlatform, getPlatforms, getConfig } from './utils';
|
||||
export * from './hrefprops';
|
||||
|
||||
// Ionic Animations
|
||||
|
@ -16,7 +16,6 @@ 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