@expo/html-elements
Version:
Universal semantic HTML React components for iOS, Android, web, and desktop
4 lines • 303 B
TypeScript
import React from 'react';
/** Extend a view with a `children` filter that asserts more helpful warnings/errors. */
export declare function createDevView<TView extends React.ComponentType<any>>(View: TView): ({ children, ...props }: any) => React.JSX.Element;
//# sourceMappingURL=createDevView.d.ts.map