import { getProp, getPropValue, getLiteralPropValue } from 'jsx-ast-utils'; /** * Returns boolean indicating that the aria-hidden prop * is present or the value is true. Will also return true if * there is an input with type='hidden'. * *
is equivalent to the DOM as