fix(): fix lint

This commit is contained in:
Daniel 2018-04-13 12:41:45 +02:00
parent fa08b99bbc
commit b36a1f9df6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export interface IOSFilePickerPosition {
y: number;
width: number;
height: number;
};
}
/**
* @name iOS File Picker

View File

@ -19,7 +19,7 @@ export interface IntentOptions {
class: string;
};
flags?: number[];
};
}
/**
* @name Web Intent