UNPKG

react95-native

Version:

Refreshed Windows 95 style UI components for your React Native app

7 lines (6 loc) 281 B
/// <reference types="react" /> import type { $RemoveChildren } from '../../types'; import { Button } from '../..'; declare type Props = $RemoveChildren<typeof Button>; declare const AppBarBackAction: ({ disabled, ...rest }: Props) => JSX.Element; export default AppBarBackAction;