9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const PopoverHeader = createStyle({
|
|
p: '$4',
|
|
pb: '$2',
|
|
justifyContent: 'space-between',
|
|
alignItems: 'center',
|
|
flexDirection: 'row',
|
|
});
|