component CustomScrollbar { outputs { scroll(payload: { sourceEvent?: Event; value: string | number | boolean | null | object; [key: string]: string | number | boolean | null | object } | string | number | boolean | null | object[]) } props { size: string = "default" color: string = "primary" columns: number = 2 gap: string = "md" maxWidth: string = "xl" class: string = "" } view {
} }