UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

7 lines 303 B
import type { StackProps } from '@mui/material'; import React from 'react'; export interface LabeledTextFieldWrapperProps extends StackProps { label: string; } export declare const LabeledTextFieldWrapper: React.FC<LabeledTextFieldWrapperProps>; //# sourceMappingURL=LabeledTextFieldWrapper.d.ts.map