mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
chore(many): replace any types and add tech debt tickets (#26293)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
@ -2,6 +2,8 @@ import { config } from '../global/config';
|
||||
|
||||
export type Platforms = keyof typeof PLATFORMS_MAP;
|
||||
|
||||
// TODO(FW-2832): types
|
||||
|
||||
interface IsPlatformSignature {
|
||||
(plt: Platforms): boolean;
|
||||
(win: Window, plt: Platforms): boolean;
|
||||
|
||||
Reference in New Issue
Block a user