room-gallery
Version:
Room Gallery: A 3D carousel - A Responsive 3D Image Slider Implemented in TypeScript as a React Component, Utilizing Vanilla JavaScript and jQuery
7 lines • 611 B
TypeScript
import { ItemType, Position } from './../components/Item';
import { RoomType } from './../components/Room';
export declare const findItemByPosition: (position: Position, items: Array<ItemType>) => ItemType | undefined;
export declare function parseRooms(items: Array<ItemType>, preRooms: Array<RoomType>, allOnOneWall?: boolean): void;
export declare function parseWalls(items: Array<ItemType>, preItems: Array<ItemType>, preRooms: Array<RoomType>, position?: Position, allOnOneWall?: boolean): ItemType | undefined;
export declare const kebabize: (string: string) => string;
//# sourceMappingURL=parse.d.ts.map