27 lines
		
	
	
		
			519 B
		
	
	
	
		
			JavaScript
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			519 B
		
	
	
	
		
			JavaScript
		
	
	
	
| import { jsx as a } from "react/jsx-runtime";
 | |
| import r from "react";
 | |
| import { o as l } from "./create-component-CVXl33PD.mjs";
 | |
| const m = l({
 | |
|   tagName: "label",
 | |
|   react: r,
 | |
|   elementClass: HTMLLabelElement
 | |
| }), p = (e) => {
 | |
|   const { form: o, ...t } = e;
 | |
|   return /* @__PURE__ */ a(
 | |
|     m,
 | |
|     {
 | |
|       ...t,
 | |
|       style: {
 | |
|         display: "flex",
 | |
|         alignItems: "center",
 | |
|         gap: "8px",
 | |
|         ...e.style,
 | |
|         fontFamily: "var(--md-ref-typeface-plain)"
 | |
|       }
 | |
|     }
 | |
|   );
 | |
| };
 | |
| export {
 | |
|   p as FormLabel
 | |
| };
 |