You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component prop type definitions are missing for several component such as FormControl, Checkbox, Select. This list may be extended after investigate how many missing type definitions exist.
Problem Statement
Types should have exported to extend custom component based in Gluestack lib.
Proposed Solution or API
Expected export behavior
import {
FormControl,
IFormControlProps,
} from '@gluestack-ui/themed';
Description
Component prop type definitions are missing for several component such as
FormControl
,Checkbox
,Select
. This list may be extended after investigate how many missing type definitions exist.Problem Statement
Types should have exported to extend custom component based in Gluestack lib.
Proposed Solution or API
Expected export behavior
import {
FormControl,
IFormControlProps,
} from '@gluestack-ui/themed';
Alternatives
No response
Additional Information
Environment versions
@gluestack-ui/themed = 1.0.16
The text was updated successfully, but these errors were encountered: