ignitegym/config/theme/FabIcon.ts

7 lines
128 B
TypeScript

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