1 |
|
2 | declare const Checkbox: (({ theme: themeOverrides, ...props }: import("./Checkbox").Props) => import("react").JSX.Element) & {
|
3 | Item: {
|
4 | ({ style, status, label, onPress, onLongPress, labelStyle, theme: themeOverrides, testID, mode, position, accessibilityLabel, disabled, labelVariant, labelMaxFontSizeMultiplier, rippleColor, background, ...props }: import("./CheckboxItem").Props): import("react").JSX.Element;
|
5 | displayName: string;
|
6 | };
|
7 | Android: {
|
8 | ({ status, theme: themeOverrides, disabled, onPress, testID, ...rest }: import("./CheckboxAndroid").Props): import("react").JSX.Element;
|
9 | displayName: string;
|
10 | };
|
11 | IOS: {
|
12 | ({ status, disabled, onPress, theme: themeOverrides, testID, ...rest }: import("./CheckboxIOS").Props): import("react").JSX.Element;
|
13 | displayName: string;
|
14 | };
|
15 | };
|
16 | export default Checkbox;
|
17 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |