mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add carbon motion
This commit is contained in:
parent
0b417416fe
commit
12e28d0e28
0
types/carbon__motion/carbon__motion-tests.ts
Normal file
0
types/carbon__motion/carbon__motion-tests.ts
Normal file
28
types/carbon__motion/index.d.ts
vendored
Normal file
28
types/carbon__motion/index.d.ts
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
// Type definitions for carbon__motion-ts 0.0
|
||||
// Project: https://github.com/baz/foo (Does not have to be to GitHub, but prefer linking to a source code repository rather than to a project website.)
|
||||
// Definitions by: My Self <https://github.com/me>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
export const easings: {
|
||||
entrance: {
|
||||
expressive: string;
|
||||
productive: string;
|
||||
};
|
||||
exit: {
|
||||
expressive: string;
|
||||
productive: string;
|
||||
};
|
||||
standard: {
|
||||
expressive: string;
|
||||
productive: string;
|
||||
};
|
||||
};
|
||||
|
||||
export function motion(name: any, mode: any): any;
|
||||
|
||||
export namespace motion {
|
||||
const prototype: {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
19
types/carbon__motion/tsconfig.json
Normal file
19
types/carbon__motion/tsconfig.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": ["es6"],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": ["../"],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"paths": {
|
||||
"@carbon/motion": ["carbon__motion"]
|
||||
}
|
||||
},
|
||||
"files": ["index.d.ts", "carbon__motion-tests.ts"]
|
||||
}
|
||||
1
types/carbon__motion/tslint.json
Normal file
1
types/carbon__motion/tslint.json
Normal file
@ -0,0 +1 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
Loading…
Reference in New Issue
Block a user