UNPKG

@gluestack-ui/utils

Version:
3 lines (2 loc) 92 B
export const ariaAttr = (condition: boolean | undefined) => condition ? true : undefined;