@attio/react-native-bottom-sheet-toolbox
Version:
7 lines • 398 B
TypeScript
import { type StyleProp, type ViewStyle } from "react-native";
export interface BottomSheetToolboxDefaultHandleProps {
style?: StyleProp<ViewStyle>;
children?: React.ReactNode;
}
export declare function BottomSheetToolboxDefaultHandle({ style, children, }: BottomSheetToolboxDefaultHandleProps): import("react").JSX.Element;
//# sourceMappingURL=bottom-sheet-toolbox-default-handle.d.ts.map