12 lines
186 B
TypeScript
12 lines
186 B
TypeScript
declare global
|
|
{
|
|
namespace PixiMixins
|
|
{
|
|
interface RendererPipes
|
|
{
|
|
bitmapText: import('./BitmapTextPipe').BitmapTextPipe;
|
|
}
|
|
}
|
|
}
|
|
export {};
|