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

export const $TestClass = (value: string) => $Label('testClass', value);
