Skip to content

Typescript Missing Types #28

@jerameel

Description

@jerameel

This package is missing typescript types. I've created one myself, just posting it here if anyone needs it.

react-native-loader.d.ts

declare module 'react-native-loader' {
  interface ILoader {
    size: number;
    color: string;
  }
  export function Bubbles(props: ILoader): any;
  export function DoubleBounce(props: ILoader): any;
  export function Bars(props: ILoader): any;
  export function Pulse(props: ILoader): any;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions