react-native-tree-multi-select
Version:
A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.
24 lines • 724 B
TypeScript
import React from "react";
import type { BuiltInCheckBoxViewProps } from "../types/treeView.types";
export declare const CheckboxView: React.MemoExoticComponent<typeof _CheckboxView>;
declare function _CheckboxView(props: BuiltInCheckBoxViewProps): React.JSX.Element;
export declare const defaultCheckboxViewStyles: {
mainView: {
alignSelf: "center";
alignItems: "center";
flexDirection: "row";
marginEnd: number;
};
checkboxView: {
marginStart: number;
transform: {
scale: number;
}[];
};
checkboxTextStyle: {
color: string;
marginTop: number | undefined;
};
};
export {};
//# sourceMappingURL=CheckboxView.d.ts.map