react-native-inner-shadow
Version:
react native inner shadows with linear gradient design UI
7 lines • 527 B
TypeScript
import React from 'react';
import type { LinearShadowToggleProps, RadialShadowToggleProps, ShadowToggleProps } from '../types';
export declare const UnifiedShadowToggle: React.NamedExoticComponent<ShadowToggleProps | LinearShadowToggleProps | RadialShadowToggleProps>;
export declare const ShadowToggle: React.FC<ShadowToggleProps>;
export declare const LinearShadowToggle: React.FC<LinearShadowToggleProps>;
export declare const RadialShadowToggle: React.FC<RadialShadowToggleProps>;
//# sourceMappingURL=ShadowToggle.d.ts.map