6 lines
259 B
TypeScript
6 lines
259 B
TypeScript
import React, { type PropsWithChildren } from 'react';
|
|
export declare function Head(props: PropsWithChildren): null;
|
|
export declare namespace Head {
|
|
var Provider: React.ExoticComponent<React.FragmentProps>;
|
|
}
|
|
//# sourceMappingURL=ExpoHead.android.d.ts.map
|