UNPKG

@kietpt2003/react-native-core-ui

Version:
21 lines 783 B
import React from "react"; type ScaleProps = { activeScale?: number; children: React.ReactNode; }; export declare const ScaleDecorator: ({ activeScale, children }: ScaleProps) => import("react/jsx-runtime").JSX.Element; type ShadowProps = { children: React.ReactNode; elevation?: number; radius?: number; color?: string; opacity?: number; }; export declare const ShadowDecorator: ({ elevation, color, opacity, radius, children, }: ShadowProps) => import("react/jsx-runtime").JSX.Element; type OpacityProps = { activeOpacity?: number; children: React.ReactNode; }; export declare const OpacityDecorator: ({ activeOpacity, children, }: OpacityProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CellDecorators.d.ts.map