UNPKG

@catho/quantum

Version:
5 lines (3 loc) 126 B
import { FC, HTMLAttributes } from "react"; declare const Label: FC<HTMLAttributes<HTMLLabelElement>>; export default Label;