UNPKG

@playcanvas/react

Version:

A React renderer for PlayCanvas – build interactive 3D applications using React's declarative paradigm.

12 lines (11 loc) 283 B
interface AlignProps { left?: boolean; right?: boolean; top?: boolean; bottom?: boolean; front?: boolean; back?: boolean; children?: React.ReactNode; } export declare const Align: (props: AlignProps) => import("react/jsx-runtime").JSX.Element; export {};