7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const ActionsheetIndicatorWrapper = createStyle({
|
|
py: '$1',
|
|
w: '$full',
|
|
alignItems: 'center',
|
|
});
|