// This file is auto-generated by generate-classes.js. Do not edit it. import { IStatusSticker, StatusStickerBaseImpl } from "../gen/components/statusSticker.base.js"; export { IStatusSticker }; export function StatusSticker(status: IStatusSticker['status']): StatusStickerImpl { return new StatusStickerImpl({ _type: "statusSticker", status: status, }); } export class StatusStickerImpl extends StatusStickerBaseImpl { // Add here custom implementations }