react-native-tree-multi-select
Version:
Super-fast, customizable tree view component for React Native with drag-and-drop reordering, multi-selection, and search filtering.
23 lines • 729 B
TypeScript
import type { BuiltInCheckBoxViewProps } from "../types/treeView.types";
export declare const CheckboxView: import("react").MemoExoticComponent<typeof _CheckboxView>;
declare function _CheckboxView(props: BuiltInCheckBoxViewProps): import("react/jsx-runtime").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