UNPKG

rn-inkpad

Version:

<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />

8 lines (7 loc) 180 B
import React from 'react'; type Props = { height?: number; color?: string; }; export declare const SelectedTab: ({ height, color }: Props) => React.JSX.Element; export {};