docs(actionSheet,alert,loading): add docs for props

This commit is contained in:
mhartington
2017-12-01 15:39:22 -05:00
parent 00a836ad1b
commit c6df225014
12 changed files with 226 additions and 60 deletions

View File

@ -104,7 +104,6 @@ declare global {
animate?: boolean;
enterAnimation?: AnimationBuilder;
leaveAnimation?: AnimationBuilder;
actionSheetId?: string;
}
}
}
@ -173,7 +172,6 @@ declare global {
enableBackdropDismiss?: boolean;
translucent?: boolean;
animate?: boolean;
alertId?: string;
enterAnimation?: AnimationBuilder;
leaveAnimation?: AnimationBuilder;
}