0.1.0-next.2 • Published 6 months ago

@engie-group/fluid-types v0.1.0-next.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Fluid types

Description

This library contains TypeScript type definitions for all ENGIE Fluid Design System components. It provides complete typing support to ensure consistency and type safety when using Fluid components in your projects.

Installation

# Using pnpm
pnpm add -D @engie-group/fluid-types

# Using npm
npm install -D @engie-group/fluid-types

# Using yarn
yarn add -D @engie-group/fluid-types

Usage

Types are automatically included when you use Fluid Design System components. You can also import them directly:

import type { ButtonProperties } from '@engie-group/fluid-types';

Documentation

For complete documentation of components and their properties, please refer to the official Fluid Design System documentation.

Support

For any questions or issues:


© ENGIE Group. All rights reserved.