0.0.22 • Published 8 months ago

@fluid-app/web-widgets-types v0.0.22

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@fluid-app/web-widgets-types

Type definitions for the @fluid-app/web-widgets package.

Overview

This package contains TypeScript interfaces and type definitions extracted from the @fluid-app/web-widgets package. It allows other packages to use these type definitions without having to install the entire Web Components widgets package.

Usage

import type {
  FluidWindow,
  WebComponentOptions,
  WidgetInfo,
} from "@fluid-app/web-widgets-types";

// Use the types in your code
const widgetDefinition: WidgetInfo = {
  dirName: "cart-widget",
  componentName: "CartWidget",
  tagName: "fluid-cart-widget",
  propsJsonPath: "./generated/cart-widget-props.js",
};

Types Included

  • WidgetInfo: Configuration for web component widgets
  • FluidWindow: Type definitions for window object extensions
  • WebComponentOptions: Options for web component creation
  • Re-exports of types from @fluid-app/react-widgets-types: CartWidgetProps, BannerWidgetProps, LeadCaptureWidgetProps

License

MIT

0.0.22

8 months ago

0.0.21

8 months ago

0.0.20

8 months ago

0.0.19

8 months ago

0.0.18

8 months ago

0.0.17

8 months ago

0.0.16

8 months ago

0.0.15

8 months ago

0.0.14

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago