UNPKG

@crossed/demo

Version:

A universal & performant styling library for React Native, Next.js & React

7 lines 480 B
/// <reference types="react" /> import type { GetProps } from '@crossed/styled'; declare const Button: import("@crossed/styled").StyledComponent<undefined, import("react-native").PressableProps & import("react").RefAttributes<import("react-native").View>, undefined>; type ButtonProps = GetProps<typeof Button>; export declare const ButtonOnlyBaseNativeDemo: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=OnlyBase.native.d.ts.map