UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

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