mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-01-19 19:24:44 +00:00
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
/// <reference types="fabric" />
|
|
declare module "fabric" {
|
|
// Re-export the DT namespace as the module's export.
|
|
export { fabric };
|
|
}
|