UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

7 lines (6 loc) 239 B
import type { AlignProps } from './types.js'; declare const Align: import("svelte").Component<AlignProps, { /** Manually trigger aligning */ align: () => boolean; }, "ref">; type Align = ReturnType<typeof Align>; export default Align;