9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const Tooltip = createStyle({
|
|
width: '$full',
|
|
height: '$full',
|
|
_web: {
|
|
pointerEvents: 'none',
|
|
},
|
|
});
|