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

export const $Suite = (value: string) => $Label('suite', value);
