@resistdesign/voltra
    Preparing search index...

    Type Alias NativeEasyLayoutViewProps

    NativeEasyLayoutViewProps: NativeEasyLayoutComputeInput & {
        areaChildren?: Record<string, ReactNode>;
        areaStyle?: Record<string, any>;
        containerStyle?: Record<string, any>;
        layout: NativeEasyLayout;
        onLayout?: (...args: any[]) => void;
        ViewComponent?: ComponentType<any>;
    }

    Optional rendering helper props for coordinate-based layout.

    Pass a native View component via ViewComponent in React Native apps.