0.1.0-next.2 • Published 6 months ago
@engie-group/fluid-types v0.1.0-next.2
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:
- Check the documentation
- Open an issue in our GitHub repository
- Join the Fluid Design System team on Teams
© ENGIE Group. All rights reserved.