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

export const $TestMethod = (value: string) => $Label('testMethod', value);
