Sherlock / config / theme / InputIcon.ts
InputIcon.ts
Raw
import { createStyle } from '@gluestack-style/react';

export const InputIcon = createStyle({
  props: {
    size: 'md',
  },
});