UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

5 lines (4 loc) 154 B
import React from 'react'; import { HeaderProps } from './types'; declare const Header: (props: HeaderProps) => React.JSX.Element; export default Header;