index.tsx 281 Bytes
import React from "react";
import clsx from "clsx";
import st from "./index.module.less";

export interface <feewee>Props {}

export default function <feewee>({}: <feewee>Props) {
  const className = clsx(st['<feewee>']);

  return (<span className={className}><feewee></span>);
}