UNPKG
material-ui-cordova
Version:
latest (1.0.0-beta.22)
1.0.0-beta.22
React components that implement Google's Material Design.
material-ui.com
mui-org/material-ui
material-ui-cordova
/
utils
/
manageAriaHidden.d.ts
4 lines
(3 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
export
function
ariaHidden
(
show
:
boolean
,
node
:
Node
):
never
;
export
function
hideSiblings
(
container
:
Element
,
mountNode
:
Node
):
never
;
export
function
showSiblings
(
container
:
Element
,
mountNode
:
Node
):
never
;