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