UNPKG

solive-core

Version:

Solidity Monaco Editor Core Library

8 lines 254 B
import React from "react"; interface TProps { label: string; children?: React.ReactNode; } declare const FormItemLabel: ({ label, children }: TProps) => JSX.Element; export default FormItemLabel; //# sourceMappingURL=FormItemLabel.d.ts.map