@types/carbon__motion
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Installation

npm install --save @types/carbon__motion

Summary

This package contains type definitions for @carbon/motion (https://github.com/IBM/carbon-elements/tree/master/packages/motion).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/carbon__motion.

index.d.ts

export const easings: {
    entrance: {
        expressive: string;
        productive: string;
    };
    exit: {
        expressive: string;
        productive: string;
    };
    standard: {
        expressive: string;
        productive: string;
    };
};

export function motion(name: string, mode: string): string;

export namespace motion {
    const prototype: {};
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Vince Picone.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/carbon__motion

Weekly Downloads

331

Version

0.0.3

License

MIT

Unpacked Size

3.35 kB

Total Files

5

Last publish

Collaborators

  • types