import { $Label } from './$Label';

export const $Thread = (value: string) => $Label('thread', value);
