UNPKG

@mtec-solutions-org/design-system

Version:

A React Native Web design system library with theme and components

8 lines 712 B
interface StyledSpinnerProps { spinnerSize?: number; spinnerColor: string; spinnerWidth?: number; } export declare const StyledSpinner: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").PropsWithChildren<Omit<import("react").PropsWithChildren<import("react-native").ViewProps>, "variant" | "variants"> & import("@dripsy/core").StyledProps<keyof import("@dripsy/core").Theme> & import("react").RefAttributes<import("react-native").View>>, "variant" | "variants">, "ref"> & import("@dripsy/core").StyledProps<keyof import("@dripsy/core").Theme> & import("react").RefAttributes<import("react-native").View> & StyledSpinnerProps>; export {}; //# sourceMappingURL=Spinner.styles.d.ts.map