import { IEmojiIcon } from '@vev/utils'; export type TabProps = { icon?: IEmojiIcon; onSelect: (icon: IEmojiIcon | null) => void; };