7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const FabIcon = createStyle({
|
|
props: {
|
|
size: 'md',
|
|
},
|
|
});
|