UNPKG

@wandelbots/wandelbots-js-react-components

Version:

React UI toolkit for building applications on top of the Wandelbots platform

11 lines (9 loc) 250 B
declare module "*.glb" { const content: string export default content } // Type for svg imports handled by vite config declare module "*.svg" { const content: React.FunctionComponent<React.SVGAttributes<SVGElement>> export default content }