UNPKG
@ipp/cli
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
An image build orchestrator for the modern web
ipp.vercel.app
MarcusCemes/image-processing-pipeline
@ipp/cli
/
dist
/
ui
/
dynamic
/
index.d.ts
9 lines
(8 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Image Processing Pipeline - Copyright (c) Marcus Cemes * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */
import
{
UI
}
from
"../ui"
;
export
declare
const
DynamicUI
:
UI
;