UNPKG
casc-cesium
Version:
latest (3.0.12)
3.0.12
3.0.11
3.0.10-beta.0
Vue 3.x components for CesiumJS.
casc-cesium
/
lib
/
components
/
controls
/
print
/
createPrintView.d.ts
3 lines
(2 loc)
•
87 B
TypeScript
View Raw
1
2
3
declare
const
createPrintView
:
(
options
:
any
) =>
void
;
export
default
createPrintView;