2.1.5 • Published 6 months ago

@types/agiledigital__mule-preview v2.1.5

Weekly downloads
16
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/agiledigital__mule-preview

Summary

This package contains type definitions for @agiledigital/mule-preview (https://github.com/agiledigital/mule-preview).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/agiledigital__mule-preview.

index.d.ts

// Type definitions for @agiledigital/mule-preview 2.1
// Project: https://github.com/agiledigital/mule-preview
// Definitions by: Sean Dawson <https://github.com/NoxHarmonium>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.4

import * as React from 'react';

export interface MulePreviewDiffUrlProps {
    readonly contentUrls: readonly [string?, string?];
    readonly contentRoot: string;
}

export interface MulePreviewDiffContentProps {
    readonly contentStrings: readonly [string?, string?];
    readonly contentRoot: string;
}

export interface MulePreviewUrlProps {
    readonly contentUrl: string;
    readonly contentRoot: string;
}

export interface MulePreviewContentProps {
    readonly contentString: string;
    readonly contentRoot: string;
}

export const MulePreviewDiffUrl: React.FC<MulePreviewDiffUrlProps>;
export const MulePreviewDiffContent: React.FC<MulePreviewDiffContentProps>;
export const MulePreviewUrl: React.FC<MulePreviewUrlProps>;
export const MulePreviewContent: React.FC<MulePreviewContentProps>;

Additional Details

  • Last updated: Thu, 21 Oct 2021 02:01:30 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Sean Dawson.

2.1.4

7 months ago

2.1.3

8 months ago

2.1.5

6 months ago

2.1.2

3 years ago

2.1.1

4 years ago

2.1.0

5 years ago