import { WebFunctionComponent } from '../types/components'; export type WebStyleProps = { id: string; }; export const WebStyle: WebFunctionComponent = (props) => { return /* html */ ` `; };