@gluestack-ui/core
Version:
Universal UI components for React Native, Expo, and Next.js
4 lines • 310 B
TypeScript
import React from 'react';
declare const FormControlLabel: ({ Label: StyledFormControlLabel, LabelAstrick: StyledFormControlLabelAstrick, }: any) => React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
export default FormControlLabel;
//# sourceMappingURL=FormControlLabel.d.ts.map