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

export const $Feature = (value: string) => $Label('feature', value);
