index.tsx
326 Bytes
import React from "react";
import clsx from "clsx";
import st from "./index.module.less";
export interface <feewee></feewee>Props {}
export default function <feewee></feewee>({}: <feewee></feewee>Props) {
const className = clsx(st['<feewee></feewee>']);
return (<span className={className}><feewee></feewee></span>);
}