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