6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const ActionsheetVirtualizedList = createStyle({
|
|
w: '$full',
|
|
h: 'auto',
|
|
});
|